Skip to content
Max Arnold edited this page Sep 6, 2021 · 17 revisions

Welcome to the national-team-generator wiki!

Plan

  1. Create National Team Generator
    • Make it so only male first names are queried.

    Might be a good idea to remove all the female only names from the firestore database. It should cut the collection by at least a third.

  2. Allow for saving of generated teams
    • Create a button that allows you to write the data to Firestore in a separate collection.
    • Player data can be written to the user's document in a subcollection
    • Player data then can be fetched with a load button with only one set of saved data at a time (for now)
    • Create a page or section that allows you to load the team data.
    • This can be loaded instead of the generate team html and can be closed out of.
  3. Create an interface that allows for drag-drop functionality so that allows for teams to be created. (Like Football Manager)
  4. Create a scoring system and leaderboard to judge the quality of teams created.
  5. Create a tournament that can be entered with a generated team that will be simulated like Football Manager.
Clone this wiki locally