Closed alexaib2002 closed 1 year ago
After so much time of hard work, this PR will bring many, many features to the project. And now's ready for review!
Overall, main
will be flooded with functional, navigable activities, and all of them will support moving their data up to the last activity.
Not only that, but users may change their selections dynamically (ie: users may change their seat reservations).
Please, before accepting the changes, checkout this branch on your local repos, and review everything as deeply as you can. As this branch is the merge of lots of commits, it may contain some overlooked files or code (though I did my best to find those).
This activity allows users to traverse all app activities from start to end. This functionality is provided by:
37 for moving data between intents
12 ,
13 ,
14 ,
10 , and
11
Note the app won't query the DB yet, it will only move users' input up until the summary.
TODO
main
, and may be subject to be refactored.main
branch (I will fix them as soon as this branch ends up being ready for review), so don't try merging this branch onto any other locally, until it has been officially merged.