bitprj / bit-backend

Backend for Bit Project LMS (Learning Management System)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create FetchHintStatus

poroia opened this issue · comments

What feature would you like implemented
create a route that individually tells whether or not a hint is unlocked (through its id)

Type of Request
GET

Route Url
{{url}}/hints/{{hint_id}}/progress

Data Sent/Returned

  • Return hint_id
  • Return whether or not it is unlocked
{
	"hint_id": 359,
	"is_unlocked": false
},

Create/Update Postman/Documentation
FetchHintStatus

resolved