Skip to content
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

First GET request: /user/progress #66

Closed
alodahl opened this issue Sep 13, 2020 · 8 comments
Closed

First GET request: /user/progress #66

alodahl opened this issue Sep 13, 2020 · 8 comments
Assignees
Labels
backend GHC2020 Project good first issue Good for newcomers GraceHopperOSD Reserved for GHC Open Source Day! Hacktoberfest help wanted Extra attention is needed Priority 2 Priority 1 issues must be finished before picking these up.

Comments

@alodahl
Copy link
Collaborator

alodahl commented Sep 13, 2020

Add new GET endpoint for the path /user/progress

This endpoint should return the following hardcoded response (since we don't yet know who the user is or their saved progress).

{ 
  "userId": null,
  "currentQuestionNumber": 1
}

Once the main.js loads, add an AJAX call (using fetch, not jQuery) to the above endpoint and set the current question to the returned currentQuestionNumber

@alodahl alodahl added backend GHC2020 Project GraceHopperOSD Reserved for GHC Open Source Day! Priority 2 Priority 1 issues must be finished before picking these up. labels Sep 13, 2020
@alodahl alodahl added the good first issue Good for newcomers label Sep 13, 2020
@marcobarrera
Copy link

May I work on this issue?

@alodahl
Copy link
Collaborator Author

alodahl commented Sep 13, 2020

Hi @marcobarrera, I'm actually saving these issues for a Grace Hopper Open Source Day team event next month. However, we need lots of help here right away --> https://github.com/Techtonica/curriculum/projects/2

@swarna-gopalan
Copy link

Not sure I follow the instructions but I can take a look at it with some guidance as part of GraceHopperOSD

@vegetabill vegetabill changed the title First USER GET request First USER GET request: /user/progress Oct 1, 2020
@vegetabill vegetabill changed the title First USER GET request: /user/progress First GET request: /user/progress Oct 1, 2020
@vegetabill
Copy link
Collaborator

I pinged the assignee in slack to see if they're actively working on it. If not, we can unassign.

@vegetabill
Copy link
Collaborator

Spoke to assignee in slack and they haven't had a chance to work on this so throwing back in the pool for now since other issues depend on this.

@vegetabill vegetabill added the help wanted Extra attention is needed label Oct 1, 2020
@ayushjain94
Copy link
Collaborator

@vegetabill I would like to take this one.

@Shraddha2104
Copy link
Collaborator

Assigned!

@vegetabill
Copy link
Collaborator

vegetabill commented Oct 26, 2020

Since we never merged this and we now have auth, this will just be superseded by #77

Open-source issue board - Keyboard Shortcuts on mac automation moved this from To Review to Done Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend GHC2020 Project good first issue Good for newcomers GraceHopperOSD Reserved for GHC Open Source Day! Hacktoberfest help wanted Extra attention is needed Priority 2 Priority 1 issues must be finished before picking these up.
6 participants