jmkaneshiro / stayontrack

StayOnTrack is a clone of Pivotal Tracker -- an agile project management tool.
https://stay-on-track-app.herokuapp.com/
5 stars 0 forks source link

Adds feature: add member to project #92

Closed jmkaneshiro closed 4 years ago

jmkaneshiro commented 4 years ago

Summary

As a member, I should be able to add another member to the project if they are not already a member.

Technical Notes

Created a membership_form component and container. Membership form is a modal where the user is presented with a list of the current members and a dropdown menu to add any available users as new members.

Issues