main
main copied to clipboard
Business & Entrepreneurship Educational App
- [ ] create account - [ ] look at contrib docs (specifically DB tables) and create equivalent API - [ ] add Lance to account
TODO asap - [ ] Dynamic layout rendering for ViewModules @rhodesrm @natalieschulz - [ ] Dynamic layout rendering for ViewTasks @rhodesrm @natalieschulz - [ ] Dynamic layout rendering for ViewSingleTask...
Add various user tasks to the database (case study and discussion, step-by-step situations, strategies, role play, charts, options, and takeaways) to be put in the modules. [This is a sample...
Use get functions to pull modules from the database and dynamically display the content of the modules. Here is a link to a stackoverflow that should get you on the...
Design layout for ViewRankingActivity and ViewSingleTaskActivity in figma to the translate into Android Studio
Need a class to compute statistics about a user. Example: percent completed for a module, ranking (based on total points), weekly ranking (based on points of the last week) etc.
Please suggest a few additional fields that could go into the user dreamboard. So far we have the following: * User's vision / ambition / dream * User's 2 year...
We want to give the 'create' button rounded corners and add a white box with rounded corners around each of the elements (besides the title) so that it looks like...
- Add InputType to editText fields (specifically date type for date of birth, text type for name + hometown, email type for email etc) - Add max/min length to editText...