-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat(LearneyFrontEnd): Added estimated completion time chip #89
base: main
Are you sure you want to change the base?
Conversation
{/* TODO: Remove hard coded time estimates */} | ||
<div className="mb-4 flex max-w-sm items-center justify-center rounded-full bg-[#E9EAFF]"> | ||
<BoltIcon /> | ||
<span className="pt-2 pb-2 pr-4 pl-2 font-sans font-semibold"> | ||
Estimated completion time: 10 mins |
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.
We need to do this TODO before we can merge.
Also while we're having the map author add concept time estimates, I think they should have a flag that turns them on or off stored in the backend. Given we have a variety of maps, it might be a useless feature for many maps unless set explicitly.
E.g. on StatQuest's map, he probably doesn't want an estimated time of 10 minutes for every single video of his on the map 😂
We can then add a ticket to add a checkbox to the map editor to turn on concept time estimates. What do you think?
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.
Also, just had a thought. Do users want to know how long this concept takes, or do they care more about how long it will take them to learn this (including learning all prerequisites)?
Ie the second one is: "If I set this as my goal, how long would it take me to learn it?"
What do you think? Should we display both? If so, how?
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.
We need to do this TODO before we can merge.
Also while we're having the map author add concept time estimates, I think they should have a flag that turns them on or off stored in the backend. Given we have a variety of maps, it might be a useless feature for many maps unless set explicitly.
E.g. on StatQuest's map, he probably doesn't want an estimated time of 10 minutes for every single video of his on the map 😂
We can then add a ticket to add a checkbox to the map editor to turn on concept time estimates. What do you think?
Yeah feature toggle is great to have, we can absolutely do that.
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.
Also, just had a thought. Do users want to know how long this concept takes, or do they care more about how long it will take them to learn this (including learning all prerequisites)?
Ie the second one is: "If I set this as my goal, how long would it take me to learn it?"
What do you think? Should we display both? If so, how?
Yeah, this is interesting!
We should absolutely show the estimated time to complete the goal. I think it makes sense to show it on profile, what do you think?
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.
Also, just had a thought. Do users want to know how long this concept takes, or do they care more about how long it will take them to learn this (including learning all prerequisites)?
Ie the second one is: "If I set this as my goal, how long would it take me to learn it?"
What do you think? Should we display both? If so, how?Yeah, this is interesting! We should absolutely show the estimated time to complete the goal. I think it makes sense to show it on profile, what do you think?
Yep, you're right. I think you suggested making another ticket for this - let's do that! 😄
005bad7
to
434c1fd
Compare
No description provided.