LearnersGuild / echo

learning management system
MIT License
3 stars 31 forks source link

Add "Week" column to project table #1031 #1049

Closed sdweber422 closed 7 years ago

sdweber422 commented 7 years ago

Fixes #1031

Overview

Adds 'week' column to the ProjectList table. The 'week' represents the Monday of a cycle (in MM-DD-YY format). Order of the headings was also changed. ProjectList tests were updated to reflect change and were also refactored. Cycle factory changed to represent new data.

Data Model / DB Schema Changes

GraphQL Cycle schema was changed to include weekStartedAt property.

Environment / Configuration Changes

None.

Notes

heyheyjp commented 7 years ago

@sdweber422: mind giving this PR a more descriptive title? 🙂