Possibility for users to propose solution to challenges #12

Open
opened 2022-02-15 18:03:27 +01:00 by Starthur · 1 comment
Owner

Add the possibility for the user to propose a solution after having flagged a challenge. Yes, like on Root-Me. No it's not stealing.

Add the possibility for the user to propose a solution after having flagged a challenge. Yes, like on Root-Me. No it's not stealing.
Starthur added the
enhancement
label 2022-02-15 18:03:27 +01:00
Starthur added this to the New features project 2022-02-15 18:03:27 +01:00
Member

What we need :

  • "solution" models
    • "accepted" bool
    • "content" text
    • "date" datetime
    • "user" user

We can add something like "upvote" to let users upvote the most usefull answer, but "flemme".

View :

  • adding solution section in CTF view
    • Display "you need to solve this challenge to see answers" if user doesn't solved it
      • if it was solved, display carousel with answers (like rootme) and a button to submit a solution.

That's all ?

What we need : - "solution" models - "accepted" bool - "content" text - "date" datetime - "user" user We can add something like "upvote" to let users upvote the most usefull answer, but "flemme". View : - adding solution section in CTF view - Display "you need to solve this challenge to see answers" if user doesn't solved it - if it was solved, display carousel with answers (like rootme) and a button to submit a solution. That's all ?
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 42CTF/website#12
No description provided.