-
Notifications
You must be signed in to change notification settings - Fork 4
Progress
Jarrod Los edited this page Nov 29, 2019
·
5 revisions
- Created Backlog
- Created Object Orientated UML
- Created Storyboard (Flow of states and screens) mock-up
- Created User Interface mock-up
- Created Wiki
- Reflected Backlog, UML, Storyboard, and U.I in Wiki
- Added terminology to the glossary for these additions
- Added sprints in wiki & added further detailed references
- Created all U.I. for a user to create an account, login, and make a post to the database
- Connected firebase to the app to receive posts as well as user login authentication
- Created extra classes to account for changes in story in the story flow
- Connected all classes in the UML besides location and images (Leaving for part 4)
- Base functionality for a single user is completed
- Completed authentication of a user for a unique email
- Added user tag to a post
- Updated file structure and class names to provide a clearer connection between classes
- Added more fields on account creation to populate the profile page
- Added time to a "post"
- Fixed app flow and killing activities as the app progresses through the different stages
- UI to see a full mood & location
- User deletion of a post
- Added image functionality to a post
- Added google verification
- Added username to each post and tied this to view there profile
- Finished sending friend requests (UI, firebase and app side)
- Filter by mood and reverse time chronological finished
- Check for unique username as well as email on account creation
- Split notifications tab to be able to search as well as also manage friend requests\
- Assigning one pin per person on the map as well as emotional state and color
- Finished object j-unit testing as well as javadoc
Scarntech