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

feat(LearneyFrontEnd): Added estimated completion time chip #89

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dabralyogesh
Copy link
Contributor

No description provided.

components/conceptInfo.tsx Outdated Show resolved Hide resolved
public/images/thunderbolt.svg Outdated Show resolved Hide resolved
components/conceptInfo.tsx Outdated Show resolved Hide resolved
Comment on lines +100 to +104
{/* 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
Copy link
Owner

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?

Copy link
Owner

@Henry-Pulver Henry-Pulver Mar 16, 2022

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?

Copy link
Contributor Author

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.

Copy link
Contributor Author

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?

Copy link
Owner

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! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants