-
Notifications
You must be signed in to change notification settings - Fork 0
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
1/30 Updates #2
Comments
These 4 are fine:
but for:
I'd say are out of spec, and 1) would probably mean changing how we're doing the animation- it already updates once per second, but with hundredths, it's going to be going really fast lol (too fast for the odometer-style, I think). 2) For the last issue- really need to understand better the use case, bc as described it'd need some type of serverside storage (and an admin login) to be able to set the initial starting time globally for all users (which was not what was originally asked for). |
@azdak - They want to see the new numbers in the odometer style with deciminal points before they decide what to do. They also need to have the numbers saved in the background somehow. It will be running on multiple iPads that should be synced. (To get the updated number, On page load.. I wonder if we can do a formula that updates each session that quantifies the amount of time since Feb 3, when the counters should have started ticking?) |
I mean- it could just perpetually run from a hardcoded global start datetime and then they'd all match, but if that datetime *isn't" hardcoded and needs to be set by a user for all possible instances, there has to be some type of state management/backend storage. Either is possible, but the latter is going to take longer. |
For this version, they are okay with having a hardcoded start time. |
A note from the client around the design changes:
|
Estimate is 4 hours (2 for hardcoded start date & hundreds-place increment, 2 for everything else) |
Attaching the updated mockups @azdak The changes:
Does this change your estimate? |
Changes up here. For the tire images... we need the tire images haha. For the ipad thing- haven't tested, don't have one, but should be about the right size to fit everything, in portrait. |
A few updates from the client:
New Items
The client would like to have these complete within the next two weeks.
@azdak lmk if this requires any additional time on the budget. if it doesn't, and you have no further questions, we can change the label to "approved" and move forward.
The text was updated successfully, but these errors were encountered: