-
Notifications
You must be signed in to change notification settings - Fork 5
Meeting Notes
--- Meeting 4 ---
- Define project description to the dashboard
- Add a checklist of the pull request
- review pull requests 3)Label not important
- Whenever we finish a user story update your repository
- Make UML diagram
- the collection must be created before the application is opened
- Information about Google maps API
--- Personal Meeting --- 1.) Plan an idea for the regional zones 2.) Collection plans and collection splits for firebase
Diagram of the collections 3.) Query plans (Dave and Hrishi )
--- Meeting 5 ---
- Merge the player collection with the PokemonCaught collection.
- Do this by making an array in Player collection that is an array of Maps:
- Put leaderboard stats into each player or make new collection for it (further discussion) Player { playerID: username: caughtPokemon: [ { pokemonID: …, location: …, photo: …, }, { pokemonID: …, location: …, photo: …, }, ] }
Dave: -- Making the Code for all the database collections (Hrishi is a helper) -- Querying from each database collection (Hrishi is a helper) -- Displaying all the information on the GUI (Hrishi is a helper) -- Make a player leaderboard class
Safwan: -- Polishing the XML files -- Debug image not showing up -- Make a Dialog fragment for confirmation when Pokemon are deleted -- Testing (Pair program with Farel).
Farel: -- Leaderboard -- Player Search -- Testing
Hrishi: -- Remaining GUI Pieces (Leaderboard GUI, fix GUI bugs, design for the visual representation and names) -- UML
Pairwise programming help: https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors
--Meeting 6--
-Get rid of the location, photo attributes from the Pokemon class
-Finish the intent tests
-Store both city and latitude and longitude in Pokemon
-Make a PokemonInformation class, takes in Pokemon object, Location (longitude and latitude), City, Image (ByteArray)
-Make Project public
-Close all completed issues
-Use keyword in pull requests to close it
--Pokemon List--
- Normal, Electric, Ghost, Water
Normal: Meowth, Evee, Snorlax, Ditto, Kangaskhan, Tauros, Bidoof, Null Electric: Pikachu, Raichu, Jolteon, Raikou, Bellibolt, Electrode, Electivire, Zeraora Ghost: Gengar, Dusknoir, Cofagrigus, Sinistea, Spectrier, Giratina, Palossand, Mimikyu, Water: Blastoise, Psyduck, Golduck, Vaporeon, Wailord, Quaxly, Wiglett, Gyarados
- Mega, no mega
- Cap or no cap
- Sunglasses or no sunglasses
- Sigma or not (give gun if sigma)
--Meeting 7--
- ASCII Art (Hrishi and Dave)
- Testing (Farel and Safwan)
- Fix map location not showing (Vedd and Dave)
- Implement QR Global search with option to view near QR codes (Dave and Vedd)
- Fix the UIs that Dave made (Hrishi)
- Doucumentation: UML, JavaDocs, CRC, Sequenece Diagram (Hirishi)
For the demo present the parts that we made (split the workload equivialently)