-
Notifications
You must be signed in to change notification settings - Fork 322
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
Show notifications when various user actions fail #7373
Comments
Michał Urbańczyk reports a new STANDUP for yesterday (2023-07-24): Progress: Weekly updates. Finishing old PRs and assisting in CI-related tasks. Started work on integrating all statusbar & popup-based code. Started a new work, more friendly (or high-level) notifications API, on top of Next Day: Next day I will be working on the #7373 task. Below… |
Michał Urbańczyk reports a new STANDUP for today (2023-07-25): Progress: Continuing work on notifications API. Had a call with Adam regarding on how to replace the old APIs. Removed the debug-mode scene popup from GUI, putting - in its place - a new notification-API-based popup. It should be finished by 2023-07-28. Next Day: Next day I will be working on the #7373 task. Further work - removing statusbar. |
Michał Urbańczyk reports a new STANDUP for yesterday (2023-07-26): Progress: Urgent CI work: fixing engine work cancelling and the release version pushing (as cloud added new auth requirements). Further work on polishing the new popup. Adjusting its placement. Basic styling, so it does not look out of place. Saner transitions than default. It should be finished by 2023-07-28. Next Day: Next day I will be working on the #7373 task. Below |
Michał Urbańczyk reports a new STANDUP for the provided date (2023-07-28): Progress: (thursday) Improving the data structures for better interop with JS. Writing a new wrapper over notification API for easier handling of persistent notifications. It should be finished by 2023-07-28. Next Day: Next day I will be working on the #7373 task. below |
Michał Urbańczyk reports a new STANDUP for the provided date (2023-07-28): Progress: (friday) Wrote FRP-compatible wrapper over the new notification API. Replaced the old popup with the new notifications. Little more styling fixes. Started work on replacing statusbar and wiring up the IDE presenter (and its handling of controller notifications). It should be finished by 2023-07-28. Next Day: Next day I will be working on the #7373 task. Finish remaining work on statusbar replacement. Perhaps add a few more notifications for the error paths. |
Michał Urbańczyk reports a new 🔴 DELAY for yesterday (2023-07-31): Summary: There is 5 day delay in implementation of the Show notifications when various user actions fail (#7373) task. Delay Cause: Spending more time on CI than expected. Fixing an unexpected issue with toastify library handling dismissing notifications asynchronously. In general, more work to do. 2 days are weekend. |
Michał Urbańczyk reports a new STANDUP for yesterday (2023-07-31): Progress: Completed replacing the statusbar. Fixing warnings, cleaning code, improving error handling in unusual conditions. Weekly updates / call. Doing the bookclub task. It should be finished by 2023-08-02. Next Day: Next day I will be working on the #7373 task. below |
Michał Urbańczyk reports a new STANDUP for today (2023-08-02): Progress: Cleanups, refactoring, resolving merge conflicts and numerous minor improvements. Next Day: Next day I will be working on the #7373 task. Land PR (applying CR feedback if necessary). Move to next task. |
Remove the status bar and popup-code code.
Replace it with a new notification message.
Look into older error log messages. Check if they can be expanded with new notifications.
The text was updated successfully, but these errors were encountered: