Skip to content
Max Arnold edited this page Nov 1, 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 the 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.
  3. Add attributes and elements from Football Manager to increase the details of the players.
  4. Create an interface that allows for drag-drop functionality so that allows for teams to be created. (Like Football Manager)
    • Create the pitch field and lineup names on the side.
    • Create the functionality to allow players to be moved from:
      • starters to bench position
      • bench to starters position
      • starter to starter / bench to bench position
    • When dragging, position compatibility should be highlighted.
    • UI/UX needs to be exceptional in order to be appealing.
  5. Create a scoring system and leaderboard to judge the quality of teams created.
  6. Create a tournament that can be entered with a generated team that will be simulated like Football Manager.

Task List

*** Small changes to be made ***

  • Update getRating() to allow for greater variation in club reputation and player ratings that is more realistic.
  • Update getClub() to allow for greater variation and realism.
  • Add more teams to clubs.json and add a nationality property.
  • Add more nationalities to nations.json.
  • Adjust getAge() for better realism in age distribution along with ratings.
  • In firestore.service.ts -> getFirstName() add all the possible nationalities.
Clone this wiki locally