View details about a member `/members/{id}` This enhancement does not require the ability to be editable, that will come next **Note** This can either be a separate page or just a modal, completely up to you If you want to make it a modal 1. Still keep it as a route 2. inside of the list members page, give a `{this.props.children}` for the child _view_ page aka the modal 3. ??? 4. Profit Or you can keep a single page, that seems easier still have the route - [ ] Show all info from mongo object - [ ] Show a table of payments `user.payments` array
View details about a member
/members/{id}This enhancement does not require the ability to be editable, that will come next
Note
This can either be a separate page or just a modal, completely up to you
If you want to make it a modal
{this.props.children}for the child view page aka the modalOr you can keep a single page, that seems easier
still have the route
user.paymentsarray