-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deciding on Final Page Endpoints #14
Comments
Happy with all of this - rename URL endpoints such that '-sketch' is not included in name, and delete /find-sketch altogether. |
All agreed. Suggestion on both '/guess' and '/draw' We need to consider methods for verifying the accuracy of a given answer, which is simply submitting the answer on a each post. However, we should also deliberate on scenarios where the individual providing the correct answer includes a trap. By putting a hint section for artists when they upload their drawings. This allows the painter to offer brief clues on the drawing page itself. For instance, consider a situation where an individual sketches a whale on the webpage, but the precise answer expected is 'blue whale.' This nuance could significantly complicate the guessing process. |
@jjwilliamjun good idea. I reckon thats something we can add at the end when we're doing final polishes as its not critical for the draft project. |
Regarding the guess and draw pages, I had a couple of ideas open to suggestion. Allowing the artist/sketcher to set a difficulty level before submitting (something along the lines of easy/medium/hard) will determine how much time the guesser is allowed (so easy will have less time than hard, etc). In this case, allocation of points for the leaderboard may be a bit more simple since the difficulty level will already be set. However a negative side I think is this does mean the user setting up this aspect so maybe additional guidelines can be included for them? If we're compiling the words ourselves then we can adjust it ourselves. |
@ickerio @ansuuuuuuu @jjwilliamjun Some good ideas in this issue but out of scope of this specific issue which is now complete. I'll make new issues for the suggestions! |
Currently we have a few different ideas of what page names and URL endpoints should be. Here is my opinion.
/
Home/ Explore: see welcome message and shows recent and recommended drawn sketches/draw
Drawing Sketches (@HenriScaff is all over this 🥇 )/guess
Guessing Sketches/leaderboard
show the top users as well as where the current user places in the rankings (no sketches shown here)/login
/signup
as per Sperarate the page login and signup #7So we should look at renaming some endpoints and deleting others like
/find-sketch
which is now just the home page/
. Thoughts?The text was updated successfully, but these errors were encountered: