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 backend for deletion, fixes bugs #64

Closed jmkaneshiro closed 4 years ago

jmkaneshiro commented 4 years ago

Summary

Adds backend for story deletion API. Also cleans up a few bugs on the reducer for fetching stories and in the submission handlers on editing and saving stories. Left the old code in there as comments, in case those bug fixes need to be revisited.