LearnersGuild / echo

learning management system
MIT License
3 stars 31 forks source link

Danisyellis/1122 #1123

Closed danisyellis closed 6 years ago

danisyellis commented 6 years ago

Fixes #1122.

Overview

This feature allows a user to navigate to /work-plans and see a list of their work plans. Items in this list can be clicked and lead to the individual work plan survey. Also, a navbar link was added that goes to /work-plans.

Data Model / DB Schema Changes

Adds work plan to the Project factory. No DB changes, no migrations to run.

Environment / Configuration Changes

No

Notes