SEGUC17 / mean_squad

The repo for our Software Engineering course.
0 stars 3 forks source link

RESTFul Routes #226

Open melzareix opened 7 years ago

melzareix commented 7 years ago

1. Severity: Low

2. Reported by: Mohamed El Zarei

3. Description: The routes names should be RESTFul.

4. Steps to reproduce the issue:

Routes to view profile profile/?username=xxxxx and request_reset_password etc should follow the REST format and minimize the use of verbs and query params.

5. Expected result: The routes names should be RESTFul.