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

M2-7137: autocompletion: delivery part # 3 #820

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

anq83
Copy link
Contributor

@anq83 anq83 commented Jul 18, 2024

📝 Description

🔗 Jira Ticket M2-7137

Changes include:

  • Add progress components
  • Add app-level timer

📸 Screenshots

image

@anq83 anq83 marked this pull request as draft July 18, 2024 08:22
@anq83 anq83 requested a review from BamMironov July 18, 2024 08:24
src/abstract/lib/types/index.ts Outdated Show resolved Hide resolved
src/entities/activity/lib/services/AnswersUploadService.ts Outdated Show resolved Hide resolved
src/entities/activity/lib/services/AnswersUploadService.ts Outdated Show resolved Hide resolved
src/entities/activity/lib/services/AnswersUploadService.ts Outdated Show resolved Hide resolved
src/shared/lib/observables/uploadProgressObservable.ts Outdated Show resolved Hide resolved
src/shared/lib/observables/uploadProgressObservable.ts Outdated Show resolved Hide resolved
};

return (
<Box w={size} h={size} transform={'rotate(90deg)'}>
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a reason we want to rotate it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, we've design. Progress started from bottom point. TBD with Inna, jsut in case.

const { start, stop } = useInterval(onIntervalPass, Interval);
const { start, stop } = useInterval(
() => {
Logger.log('[useDelayedInterval:useInterval] Tick');
Copy link
Contributor

Choose a reason for hiding this comment

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

I am pretty sure it will cause an influx of these lines in the logs

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't think so, once per minute when app in foreground

@anq83 anq83 marked this pull request as ready for review July 22, 2024 12:39
@anq83 anq83 force-pushed the M2-7137-autocompletion_ph2_delivery_part_3 branch from 8f0ca87 to e3a0db7 Compare July 22, 2024 13:00
…e-use layout from blocker screens ;

M2-6958: [Mobile]: Implement UI components for displaying progress ;
M2-6960: [Mobile]: Integrate progress tracking into Finish/Interim screens ;
M2-6959: [Mobile]: Integrate progress tracking into autocompletion blocker-progress screens ;
M2-6949: [Mobile]: Implement App-level timer and hook which will call auto completion services ;
PR Fixes ;
@anq83 anq83 force-pushed the M2-7137-autocompletion_ph2_delivery_part_3 branch from e3a0db7 to a194600 Compare July 22, 2024 13:02
@BamMironov BamMironov changed the base branch from dev to release/1.2.1 July 22, 2024 13:37
@BamMironov BamMironov changed the base branch from release/1.2.1 to dev July 24, 2024 09:23
@BamMironov BamMironov merged commit 8001dc3 into dev Jul 24, 2024
4 checks passed
@BamMironov BamMironov deleted the M2-7137-autocompletion_ph2_delivery_part_3 branch July 24, 2024 09:47
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