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] Daily plan | Compare estimated UI Only #2774

Merged
merged 3 commits into from
Jul 20, 2024

Conversation

Innocent-Akim
Copy link
Contributor

@Innocent-Akim Innocent-Akim commented Jul 19, 2024

[Feature] 'Daily Plan' compare Estimated tasks time and Planned work hours #2614

Screenshot 2024-07-20 at 10 21 42 AM

@Innocent-Akim Innocent-Akim added WEB Web app Don't Merge Do not merge this PR until label not removed Ever Teams labels Jul 19, 2024
@Innocent-Akim Innocent-Akim added this to the v0.2.0 milestone Jul 19, 2024
@Innocent-Akim Innocent-Akim self-assigned this Jul 19, 2024
@Innocent-Akim Innocent-Akim marked this pull request as draft July 19, 2024 21:33
@Innocent-Akim Innocent-Akim removed the Don't Merge Do not merge this PR until label not removed label Jul 20, 2024
@Innocent-Akim Innocent-Akim marked this pull request as ready for review July 20, 2024 08:19
@Cedric921 Cedric921 changed the title [Feat] Daily plan compare estimated [Feat] Daily plan | Compare estimated UI Only Jul 20, 2024
}


export function ButtonAction({ closeModal, onClick }: { closeModal?: () => void, onClick?: () => void }) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can remane this component to DailyPlanCompareActionButton

}


export function HeadTitle() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can also rename this component to DailyPlanCompareHeader

}


export function InputTime({ onChange }: { onChange?: (_: any) => void }) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can also rename to DailyPlanWorkTimeInput

</Modal>
)
}
export function CardDailyPlan({ task, profile }: { task?: ITeamTask, profile: any }) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's rename to DailyPlanTask

@Cedric921 Cedric921 requested a review from evereq July 20, 2024 10:28
@evereq
Copy link
Member

evereq commented Jul 20, 2024

@Cedric921 we should wait till @Innocent-Akim fix all those things from your comments? If so, maybe convert it to Draft for now?

@Innocent-Akim
Copy link
Contributor Author

i'll change that in Next PR @Cedric921 @evereq

@evereq evereq merged commit ad0a0cb into develop Jul 20, 2024
12 checks passed
@evereq evereq deleted the feat/daily-plan-compare-estimated branch July 20, 2024 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants