Skip to content

A simple task organizer to keep your life copacetic.

License

Notifications You must be signed in to change notification settings

GuildOfCalamity/TaskList

Repository files navigation

💻 WinUI3 - Task List App

Example Picture

Example Picture

Example Picture

Example Picture

Example Picture

📝 v1.0.0.4 - February 2024

  • Fixed backup day count.
  • Added MessageDialog overdue summary.
    • Added new config ShowOverdueSummary to SettingsViewModel.
  • Added new feature: Notes

📝 v1.0.0.3 - August 2023

🚀 Future Enhancments

  • Application activation via Toast Notifications still needs work.
    • This can be handled through Task_List_App.Services.ActivationService.HandleActivationAsync.
    • I have added the logic, but a Mutex will need to be created and managed.
  • Language conversions and additional x:Uid tags.

🎛️ Usage

  • You can run this as a normal desktop app. Tooltips are provided for each action.
  • I recommend compiling/running as an Unpackaged application.
  • If the database is absent, a new one will be created.
  • Alt-A Adds a new task.
  • Alt-S Saves any changes.
  • Alt-X Exit the application.
  • If the task's title contains a URL then it will be opened in a browser when that task is selected in the list.
  • After adding the Complete AppBarButton (which was ment to mark multiple tasks when ready), I found it was easier to use the CheckBox. I have left this AppBarButton for posterity.

🧾 License/Warranty

  • This carries the original License from Pdawg-bytes, but in the event that said license is absent:
  • Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish and distribute copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  • The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the author or copyright holder be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.
  • Copyright © 2022–2024. All rights reserved.

📋 Proofing

  • This application was compiled and tested using VisualStudio 2022 on Windows 10 versions 22H2, 21H2 and 21H1.