Fonyx / budgie

A budgeting app using node, express, mysql and heroku
https://fonyx-budgie.herokuapp.com/
0 stars 1 forks source link

Modified-Automatically generate colors for categories using website hooks #21

Open Fonyx opened 3 years ago

Fonyx commented 3 years ago

Using the hook: beforeUpdate for the category model, create random color generation that uses the colors bootstrap uses as text classes. I.e red, blue etc

Adjusting this to be done in the seeds for each category we decide, no random colours, no hooks, simpler