A simple C# console application built with Entity Framework Core and SQLite. Created to refresh my C# skills and practice database management. I will start this project simple, and expands each version growing more advanced with every stage.
The features listed here will be deployed before reaching the next version (v1.1.0):
- Tasks can contain tasks
- User Account Settings: Update, Delete
Current version: v1.0.0 "Absol"
v0.9.1
- Stack: C#, Console, SQLite
- Simple task management. Each task is a singular item. It can be created, modified, and deleted.
v1.0.0 "Absol"
- Stack: C#, Console, SQLite
- Login / Register / Users implemented
v1.0.0 "Absol"
- Stack: C#, Console, SQLite
- Login / Register / Users implemented
v1.1.0 "Banette
- Stack: C#, Console, SQLite
- Slightly more advanced tasks. Some tasks will contain a collection of tasks
- Users will be able to change their account settings
v1.2.0 "Chansey"
- Stack: C#, Console, SQLite
- Typechecking, input validation, full-hashed database.
v2.0.0 "Deoxys"
- Stack: C#, Console, (Database: mySQL / PostGRES / MongoDb) => maybe connectionless?
- New database: Connection-based or connectionless
v3.0.0 "Entei"
- Stack: C#, Console, Database?
- Adding UI (Front End)