Skip to content

Meeting Notes

nDevised edited this page Mar 30, 2023 · 10 revisions

--- Meeting 4 ---

  1. Define project description to the dashboard
  2. Add a checklist of the pull request
  3. review pull requests 3)Label not important
  4. Whenever we finish a user story update your repository
  5. Make UML diagram
  6. the collection must be created before the application is opened
  7. 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 ) CollectionsImg

--- Meeting 5 ---

  1. Merge the player collection with the PokemonCaught collection.
  2. Do this by making an array in Player collection that is an array of Maps:
  3. 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--

  1. 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

  1. Mega, no mega
  2. Cap or no cap
  3. Sunglasses or no sunglasses
  4. Sigma or not (give gun if sigma)

--Meeting 7--

  1. ASCII Art (Hrishi and Dave)
  2. Testing (Farel and Safwan)
  3. Fix map location not showing (Vedd and Dave)
  4. Implement QR Global search with option to view near QR codes (Dave and Vedd)
  5. Fix the UIs that Dave made (Hrishi)
  6. Doucumentation: UML, JavaDocs, CRC, Sequenece Diagram (Hirishi)

For the demo present the parts that we made (split the workload equivialently)

Clone this wiki locally