Git Product home page Git Product logo

vault-bot's Introduction

        88                     88                            88              
  ,d    88                     ""   ,d      ,d               ""              
  88    88                          88      88                               
MM88MMM 88,dPPYba,  8b,dPPYba, 88 MM88MMM MM88MMM ,adPPYYba, 88 8b,dPPYba,   
  88    88P'    "8a 88P'   "Y8 88   88      88    ""     `Y8 88 88P'   `"8a  
  88    88       d8 88         88   88      88    ,adPPPPP88 88 88       88  
  88,   88b,   ,a8" 88         88   88,     88,   88,    ,88 88 88       88  
  "Y888 8Y"Ybbd8"'  88         88   "Y888   "Y888 `"8bbdP"Y8 88 88       88  

vault-bot's People

Contributors

dependabot[bot] avatar tbrittain avatar

Watchers

 avatar  avatar  avatar

vault-bot's Issues

Radar chart song characteristics comparison

Would be a better visual representation of the song characteristics.
Should show:

  1. Song characteristics for that given song
  2. Average song characteristics for all songs
  3. Average song characteristics for that artist

Time zone fixes

Some places in the Discord app use UTC time, while the database was recently set to use Central (UTC-6)

Apollo GraphQL server resolver static type checking issue

Type 'IResolvers<unknown, unknown, Record<string, any>, any>' is not assignable to type 'IResolvers<any, any> | IResolvers<any, any>[]'.
  Type 'IResolvers<unknown, unknown, Record<string, any>, any>' is missing the following properties from type 'IResolvers<any, any>[]': length, pop, push, concat, and 29 more.ts(2322)
types.d.ts(51, 5): The expected type comes from property 'resolvers' which is declared here on type 'ApolloServerExpressConfig'
(property) Config.resolvers?: IResolvers<any, any> | IResolvers<any, any>[]

Probably an issue coming from @graphql-tools/merge or @graphql-tools/load-files

Global volume slider

Would be helpful due to audio on desktop devices by default playing at maximum volume, which can be very loud and startling.
Should be perhaps half volume for non-mobile devices and max volume for mobile devices.

Programmatically generate new archive playlists

Due to Spotify's 10,000 song limit for playlists, the archive playlist will inevitably reach capacity, so the application should keep track of the current archive's capacity and generate a new one once it reaches 10,000 songs

Update Material-UI to v5

Currently using the following dependencies that require updating to the next major versions:

"@material-ui/core": "^4.11.4",
"@material-ui/data-grid": "*",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58"

Current npm package: https://www.npmjs.com/package/@material-ui/core

Packages to update to:
https://www.npmjs.com/package/@mui/material
https://mui.com/components/data-grid/getting-started/#installation
https://mui.com/components/about-the-lab/ (if required, since usages of Lab components appear to have been moved to the main package)

Home page rework

Should have better historical data display and more intuitive layout rather than the swipeable cards. Also ideally using D3 rather than Chart.js

Discord bot crashes upon initialization

As the title says. Need to look into why this is occurring and push out an update.
Update: serial port 1 on the VM provided the following error: Docker: invalid reference format.

Remove commit_changes flag

Since development will use a local copy of the database, the application should no longer simulate actions

Serverless function cron jobs

Strip out some functionality that the Discord bot current coordinates in favor of serverless functions that execute from a cron job-like trigger.
Main function types:

  1. Aggregate
    a. Generate aggregate playlists and persist them
    b. Calculate averages for existing dynamic playlist data
  2. Purge
    a. Remove expired songs from dynamic playlist

Aggregate playlists should ensure no duplicate tracks

Should check that that artist + song is unique. This is a problem with multiple same songs by the same artist being added to playlists because they are in different albums (such as a song as a single + from its album)

CountUpAnimation memory leak

Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function.

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.