PhilBroderick / SportBoard

0 stars 0 forks source link

Historical data for Users #5

Open PhilBroderick opened 5 years ago

PhilBroderick commented 5 years ago

Users should be able to see all their history on the site - from feeds they've created, to comments they've up/downvoted.

PhilBroderick commented 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.

PhilBroderick commented 5 years ago

cff9fca67a420bd8343da7d395da63c18a58ec3e picks up on this. No need for stored procedures to pull in data.

PhilBroderick commented 5 years ago

Feeds, Comments and Posts are populated for historical - deletion requests aren't however. Needs looked at.

PhilBroderick commented 5 years ago

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.