Skip to content

CodingSayed/taskmanager-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskManager Console (v1.0.0 "Absol")

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.

Upcoming Features

The features listed here will be deployed before reaching the next version (v1.1.0):

  • Tasks can contain tasks
  • User Account Settings: Update, Delete

Versions

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

Upcoming Versions

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)

About

Simple task manager console application, using SQLite and Entity Framework Core

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages