-
Notifications
You must be signed in to change notification settings - Fork 0
List of features that need to be implemented
Veske edited this page Jan 3, 2015
·
5 revisions
This is a list of stuff that needs to be done sooner or later. If you want to start with something in the list below all ready, create a new issue about it, make a new branch and start coding.
- See how we could use AngularJs in our application so that it would not interfere with Rails routing system (Rails does it better). DONE
- Uploading and viewing media(Photos, Videos). - DONE (Photos)
- Apply the first version of our own theme on the page.
- Posts. DONE
- Likes.DONE
- Followers. DONE
- Investigate if we could or should use NodeJs more.
- Write more tests for current functionality.
- Learn more about Foundation. Right now the main use for it would be the mobile side of our application.
- Think of a way to fight CP uploaders in our application. This could be solved by just not allowing dicks and vaginas to be uploaded.
Technical problems:
- Smart user news feed that should probably be implemented into Redis, by saving a fixed amount of news objects for every user.
- First implementation of usage statistics that are saved into Redis.