Skip to content

Latest commit

 

History

History
81 lines (59 loc) · 3.55 KB

README.md

File metadata and controls

81 lines (59 loc) · 3.55 KB

TodoWork

Description

Todo work is a website where you can create tasks with title, description and priorities. You can complet task and se how much time used on taskes and uncomplet task. You have to be a user on the website to use its features.

The Maker

Made by Christian C. Høttges

Last updated: 13-10-2023

How to Use

  1. Clone the repository to your local machine.
  2. Open the solution in Visual Studio.
  3. Run the application.

Requirements:

Technologies:

Features

  • Front-end: Allows users to see the Uncompleted and Completed, EditToDoList with create, delete and edit buttons.
  • Back-end: Allows users can use all the features of the application thru the repository and services.
  • Repository pattern: Allows users to use the repository pattern to get data from the database.
  • Service pattern: Allows users to use the service pattern to get data from the repository.

Updates

Version 1.0.0 (13/10/2023) - Current version)

  • Added full front-end and back-end with all features where it can talk together.
  • Added creating, deleting, editing and completing tasks and new dark theme.
  • Added views and stored produre to the database.
  • Fixed bug with back-end to not cast a error when trying to find all uncompleted or all completed or finding one by Guid.

Version 0.0.3 (28/09/2023)

  • Added first front-end page with data from the database.
  • Added delete, edit and still working on create and complete tasks.

Version 0.0.2 (26/09/2023)

  • Full backend with database.
  • Added repository pattern and service pattern.
  • Added front-end handling of data from repository and service layer.

Version 0.0.1 (21/09/2023)

  • Initial pre-release of The Todo List Application.
  • Features include Front-end templete.

Upcoming features

  • Adding a page where you can see all the tasks and create, update and delete.
  • Fixing the soo you can't change a id on edit where its readonly.

In progress

  • Making a page where you can see all the tasks.
  • Fixing the soo you can't change a id on edit where its readonly.

Tags

Bugs & Known Bugs and Bug Reporting

We are constantly working to improve this application. If you encounter any bugs or errors, please report them to us.

Contact Info

Phone number: +45 28 78 34 14
Email: GuttiDK@gmail.com

License

This project is licensed under the MIT license. See the LICENSE file for further details.