Handheld-Database / handheld-database

A handheld game console database
MIT License
4 stars 2 forks source link

Adding Testers to the Game's Page #19

Open ogregorio opened 2 months ago

ogregorio commented 2 months ago

Adding Testers and Verifying the Game's Page

  1. Identify the Testers Flag:

    • Ensure that each game has a testers flag, which is an array of strings representing the usernames of those who have tested and recommended the game.
  2. Fetch the List of Testers:

    • Write or use an existing script or function to fetch the list of testers from the testers flag. This script should gather relevant information such as the tester's username and whether they are a member of the organization.
  3. Check for Verified Testers:

    • Determine if any testers in the list are members of the organization. If at least one tester is an organizational member, mark the game as verified.