Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

User home - progress towards certificate is missing #76

Closed
maxsv0 opened this issue Sep 28, 2019 · 9 comments
Closed

User home - progress towards certificate is missing #76

maxsv0 opened this issue Sep 28, 2019 · 9 comments
Assignees
Labels
bug Something isn't working

Comments

@maxsv0
Copy link
Owner

maxsv0 commented Sep 28, 2019

No description provided.

@maxsv0 maxsv0 added the bug Something isn't working label Sep 28, 2019
@Aisangon Aisangon moved this from To do to In progress in Milestone 2. Mega-IQ 3.0 release Oct 19, 2019
@Aisangon
Copy link
Collaborator

@maxsv0 for now progress is only showing if progress is less than 100, is this what this issue is about?

@maxsv0
Copy link
Owner Author

maxsv0 commented Oct 29, 2019

@Aisangon no, sorry for no description

It's about a fact, that the user has to answer 100 questions to unlock the IQ certificate (he has to pass test several times, could be different tests). It should be some nice progress bar near (or above) the example certificate. It could be on home, or both home and public profile.

So currently API doesn't return a total number that is needed and also doesn't return number for the current user. This has to be fixed.

@Aisangon
Copy link
Collaborator

Aisangon commented Dec 2, 2019

@maxsv0 i now used a progress bar to display progress towards unlocking certificate, is there a way to get progress towards certificate dinamically via the frontend? how is the calculation of the progress towards certificate composed of?

I suggest only implementing on home for now? not sure if this could be relevant public user info?

@Aisangon
Copy link
Collaborator

Aisangon commented Dec 2, 2019

1
2

@Aisangon
Copy link
Collaborator

Aisangon commented Dec 2, 2019

@maxsv0 also, should the answered questions be correctly answered questions or simply answered regardless of correct or incorrect?

@maxsv0
Copy link
Owner Author

maxsv0 commented Dec 2, 2019

@Aisangon currently it will calculate amount of correct answers. I added a task to update the API.

@maxsv0
Copy link
Owner Author

maxsv0 commented Dec 2, 2019

@Aisangon progress bar looks great!
(but the bottom case should never exist - in case of 100% bar is not displayed anymore, but the certificate is shown and IQ score)

@Aisangon
Copy link
Collaborator

Aisangon commented Dec 3, 2019

@maxsv0 okay, i will remove the green bar case. should i already push the issue with placeholder data or should i want until you have the API ready and I use the data coming from there?

@Aisangon Aisangon self-assigned this Dec 3, 2019
@maxsv0
Copy link
Owner Author

maxsv0 commented Dec 8, 2019

'certificateProgress' is available now for a user profile. Number, from 0 to 100

certificateProgress: 48

Screen Shot 2019-12-08 at 12 28 21 PM

@Aisangon Aisangon moved this from In progress to Done in Milestone 2. Mega-IQ 3.0 release Dec 14, 2019
maxsv0 pushed a commit that referenced this issue Dec 14, 2019
* set detect location oninit
* update user model and add certificate progress - #76
* remove bg number and add outline to bg grid - #92
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants