Dashboard
Visualized data from around the site
will add cool things as the site grows a bit
TODO
- Clean up the design | match colors, buttons, hover effects, either use full circles or rounded corners | give the site a more professional feel
-
Add the company data section to the backend:
- Display Data
- Edit Data workflow | will be the same as blog
- Delete data flow
- Create API files | basically just copy/paste of blog, adjust for company
-
Remove admin panel link, create login flow:
- Api | Create user, edit user, delete user
- create a table to display users
- Create login flow | register, login, logout | jsonWebToken for authentication and authorization | cookie for session
-
Adjust the users page to manage users in the
database:
- create a table to display users
- perform basic CRUD operations | delete, change password, user role possibly? | admin, editor, etc...
- Add the news page to the frontend, might be able to manage sources in the admin dash - not sure yet
- Stocks - uhhhhh yea, gonna take a while with this one