Git Product home page Git Product logo

supinic.com's People

Contributors

dependabot[bot] avatar eulehaken avatar fcoskar avatar heryin avatar mm2pl avatar supinic avatar ttaf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

supinic.com's Issues

Refactor out bot-specific `sb` modules

In order to be able to merge most of supi-core with Supibot in the future, the website project must be refactored away from them.

Modules to go:

  • AwayFromKeyboard (not present)
  • Banphrase (not present)
  • Channel (not present)
  • ChatModule (not present)
  • Command 340ff6b
  • Filter (not present)
  • Platform (not present)
  • Reminder (not present)
  • User 5ceceb7

S#5386 - Add song names to page title

S#5386 by supinic

In the Track detail route, add formatted video title name into the page's title for easier bookmarking and overall navigation.

The title is inserted into any endpoint's header in the header.pug view. You can easily add title by passing the title property into a render call.

S#5446 - elevated

S#5446 by supinic

have an addition to the website for trusted user to go through $tl images and flag them there

S#5414 - create a detail route for bots in the bot-program

S#5414 by sylvand

Create a new detail route for bot-program which is going to display all relevant data for a given bot. You can use existing data from the list endpoint, as the bot-program API returns *.

For the detail page, use the generic-detail-table view as render target. For more info, check the project for example usages.

Route `/bot/channel/detail/:id/alias/list` ending in status 500

When you visit the endpoint /bot/channel/detail/:id/alias/list and the provided :id (the provided channel) was not found, the api, that the endpoint calls, returns with data: null. However, in channel.js at line 169, we expect, that response.body.data is never null. But because it is null, the endpoint gives us a 500. (See error ID: 53550 for example)

I wasn't sure whether you want to just check for that case, when data is null, or rather change the api endpoint to return an empty array, if the channel was not found. That's why I didn't make any PR, so I'll leave the rest for you๐Ÿ˜ƒ

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.