kaeaddaar / TaskAndActivity

Task and Activity Project
0 stars 0 forks source link

User Story - Overview #1

Open kaeaddaar opened 7 years ago

kaeaddaar commented 7 years ago

Purpose: To create an environment where I have minimal functionality for working with tasks in various programming environments (Powershell, Access, Azure Functions, C# (various), and more). This project will help create the core capability to track tasks anywhere, at any time, so I can add task tracking to any application.

Alternative Purpose: Track time and what it is attached to to be analyzed external to the project.

Goals: Infrastructure, and creating/changing data structure must be scripted. Apply SOLID design patterns. Use project management.

Story: I see all too often too much being taken on. I have also taken too much on repeatedly when I learn new technologies, only to get to a point where follow through seems impractical. I will now build a project that is allowed to have from a data perspective an Identity field and 3 data fields (StartDateTime, EndDateTime, and Description[string(255)] ).

Flow: Research, How To, Design, Mock w/ UAT, POC w/ UAT, refactor & redesign loop, Begin creating application(s)

Practices: please apply Test Driven Design (TDD), and Document Driven Design (DDD)