LearnersGuild / echo

learning management system
MIT License
3 stars 31 forks source link

Helenyau0/1112 #1121

Closed danisyellis closed 6 years ago

danisyellis commented 6 years ago

Fixes #1112

Overview

Add a work plan survey that gets created when a new project is created. This work plan can be submitted and edited by anyone on that project.

Data Model / DB Schema Changes

(if there were data changes, explain them) (also note whether it is necessary to run any database migrations) there were data changes (adding a work plan to a project) but no new migrations

Environment / Configuration Changes

(any updated third-party libraries / packages?) no (any updates to the configuration files?) no

Notes

SJ, all of my tests pass locally except for 2 that timed out, which is probably just a problem with my computer. The build is passing. We weren't able to get the chatService worker running locally so I haven't tested out the Slack integration you added, but everything else works.

There are some code refactors that could be done as separate issues, I'll post them in the Echo-dev channel later today.