-
Notifications
You must be signed in to change notification settings - Fork 302
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
🪲 fix discrepancy programs count #5642
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @hasan-sh , looks good and it works for user3!
But if I login with teacher1 in /programs I have 6 programs saved and in /user/teacher1 there are only 2, and in /landing-page there are 7....
Hey @Annelein , in the landing page, we forgot to add the For the |
hey! @hasan-sh looks good and yes you are right, those are public programs so they are different. But I guess it is confusing because the label indeed is the same. What about x public programs | x programs saved | x programs submitted ? |
Not sure if it's logical to show x programs saved AND public programs, because this page is a public one and users don't need to see how many private&public programs a user has made. What do you think @Felienne? |
Then I would say, lets change the label, and make it say 'x public programs', to avoid confusions. |
Yes makes sense to me! |
Ok, after further investigation, the count is actually correct. The problem is that the property Meaning what you see under The question remains do you still need an extra label that counts the number of public programs, even though the page lists all public programs by the user? |
Allright so the And then for the |
I don't think I agree. Because what does "saved" mean, if users never save anything actively? It used to be an action with a click (before either of you joined, I think, so you might not know all history) A better label would be "adventures explored" or "tried" because that is what is semantically comes down to. Or, if we want to keep it simple, we can do "public programs" and simple "programs" <-- My preferred option, I think. |
I agree! But that's a different discussion as to keeping this counter or removing it, I guess? Because the counter in I want to work on this for #5386 but there is not design proposal yet... So:
|
Yes, all these three things afaiac! |
This makes a lot of sense since they don't really save indeed. Will change the This clearly shows the user has 7 programs and all programs in the tiles are public. |
Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork). |
Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork). |
Fixes #5199
How to test?
user3
/users/user3
and/landing-page