-
Notifications
You must be signed in to change notification settings - Fork 3
Adding Testers to the Game's Page #19
Copy link
Copy link
Open
Description
Adding Testers and Verifying the Game's Page
-
Identify the Testers Flag:
- Ensure that each game has a
testersflag, which is an array of strings representing the usernames of those who have tested and recommended the game.
- Ensure that each game has a
-
Fetch the List of Testers:
- Write or use an existing script or function to fetch the list of testers from the
testersflag. This script should gather relevant information such as the tester's username and whether they are a member of the organization.
- Write or use an existing script or function to fetch the list of testers from the
-
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In review