Skip to content

nyox2stupid/ReclaimAI-Todo-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Database with SQLite

This sample demonstrates how to store data in a local database using SQLite in .NET MAUI applications.

Todo app on iOS, Android, and Windows

For more information about the sample see Local Databases with SQlite documentation.

  • ToDo Item
    • "id": int,
    • "reclaimId": int
    • "title": string,
    • "notes": string,
    • "eventCategory": string,
      • PERSONAL
      • WORK
    • "deleted": bool,
    • "priority": string,
    • duration
    • min duration
    • max duration
    • utcdatetime Schedule after
    • utcdatetime Due date (non editable)
  • MainPage
    • Zeigt alle ToDo Items an
    • Knopf zum Hinzufügen von Items
    • Neben dem Items ist ein Haken um die Items als Done zu makieren
    • Klicken auf das Item öffnet die Item Details
  • Settings Page
    • Braucht eine Varibale für den Token: String
    • Hier können vorbelegungen für die Task eingestellt werden wie z.b "eventCategory"
  • New Item Page
    • Hier können alle felder des ToDo Items befüllt werden
  • Change Item Page
    • Öffnet das erstellte Item und man kann die Details bearbeiten

About

built in .NET MAUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages