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 owner as project member on project creation #75

Closed jmkaneshiro closed 4 years ago

jmkaneshiro commented 4 years ago

Summary

Adds owner as project member on project creation. This will help to simplify the frontend logic in future PRs.

Technical Notes

This fix eluded me for several weeks. I had a fundamental misunderstanding about the way that chaining dispatch actions worked. I assumed that if the final dispatch action itself returned a POJO, then the outer function itself, would return it. In fact, I needed to make an explicit return call at the end of the chain.