Week 3 #3
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lubba64/Taskify!3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "week2-additional"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Finishing some extra features before week 3 content so there's more stuff to test in the app.
working on app locking up. due to the way egui works, we can't really put the long sync task off to another thread (as far as I know). the main reason the thread locks is because the server takes quite a while to give its response in some cases. This makes sense because one of the routes does OCR, e.t.c. I'm going to figure out how to return early and send the task to a different async task on the server.
this is going to create some problems when dealing with feedback for loading/errors but my hand has been forced, plus we can figure it out.
that appears to have solved the issue...
going to focus on feedback for status plus errors now.
I'm feeling tired, I'll pick up again in the morning.
back at it, I have a bad habit of getting distracted.
lets do some features and take care of status later
I think composing objects on the server is probably better, but eh, I can always refactor later. I didn't make all those routes for nothing (we need them anyways for editing etc)
composing objects on the server is going to be easier I suppose since the client side logic for resolving promises is terrible.
Week 2 Cleanupto Week 2 Additional FeaturesWeek 2 Additional Featuresto Week 3another 4 hours and the feature is mostly complete.... however, the window is now failing to create between the second to last commit and the current one, going to get some sleep and tackle this in the morning. I will likely move forward with a version for the think aloud tests that does not have the labels so I can make sure my time is used effectively.
I'm going to fix the bug, merge it and make a new pr
apparently
eguihated my attempt to be DRY with this blob, couldn't tell you why that is.