AFigueroa / tracing-ink-cms

Tracing Ink will build itself a content management system to allow inter-company project collaboration between itself and it's clients.
http://tracingink.com:3000/
0 stars 0 forks source link

Requirements for Alpha Prototype #1

Open AFigueroa opened 9 years ago

AFigueroa commented 9 years ago
  1. Projects - Missing update, delete functionality.
  2. Tasks - Missing CRUD functionality.
  3. Messages - Missing CRUD functionality.
  4. Dashboard - Load tasks ordered by due date.
AFigueroa commented 9 years ago

What I've achieved:

  1. Removed delete functionality from the list. This will be a feature only for desktop view.
  2. Completed Task create and read functionality and mobile views.

What I'll do today:

  1. Complete Tasks and Projects Update functionality
  2. Add delete Task functionality

After that:

  1. Load tasks in the Dashboard view, ordered by the due date
  2. Develop Messages functionality
  3. If time allows after messaging functionality is complete, I'll add a invoice feature to the messaging system using Stripe
AFigueroa commented 9 years ago

Dashboard is now loading properly. Now I need to link the specific task with the project Id and dashboard should be complete.