You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change navbar to floating non-sticky nav, that jumps to sticky nav when scrolled down
Revamp news system to not be contained with Leaf Halo 4 libraries
Implement "multi-star" star multiple users #21 , just store a key in the cookie which corresponds to ci_stars, which contains the gamertag, emblem, etc.
Restructure DB completely
Redis for leaderboards to use ZRANK, and quicker sorts.
Drop MySQL in favour of MongoDB, to retain 2 database engines (redis, mongo) instead of 3.
Add "Admin" management page to ACP, so adding admins isn't hacking together bcrypt hashes in cli.
Change "About" page to more reflect the growing of TheTree, and what we have planned. Maybe using treeapp.co for it
Fix the horrible library for Halo 4. Currently, there are like 3 functions per "data-set". One that converts it from raw api, to something that I can read, then another to dump into the database into a serialized form, then one to un-serialize it and make it human readable for display. This means each function has 3, not even named similarly.
The API cleaner functions should be private and isolated in their own file or in a specific file of library for cleaner use.
Fix the huge difference of enums and string indexes around. Move to raw enum use for everything.
Use laravel
The text was updated successfully, but these errors were encountered:
ci_stars
, which contains the gamertag, emblem, etc.The text was updated successfully, but these errors were encountered: