Open PhilBroderick opened 5 years ago
4465c15afc5cd04c21584d349d56073616fd0d7e starts to implement this feature. Still plenty of SPs to write to return all relevant data - might be best to pull it into one SP. The results should also be mapped to models - and builder pattern could be used to do this/ create master model to pass to view.
cff9fca67a420bd8343da7d395da63c18a58ec3e picks up on this. No need for stored procedures to pull in data.
Feeds, Comments and Posts are populated for historical - deletion requests aren't however. Needs looked at.
PR #10 populates comments and deletion requests with some eager loading required. Feature has been implemented. Styling of how the historical data is presented could be improved but server side code is built and working.
Users should be able to see all their history on the site - from feeds they've created, to comments they've up/downvoted.