wingsofovnia / seba-webappeng-team24

Feedback on employees gathering platform
MIT License
0 stars 0 forks source link

Implement Dashboard/Your Feedbacks and refix Feedback API #69

Closed wingsofovnia closed 7 years ago

wingsofovnia commented 7 years ago

Resolves #58

2017-07-04 02 14 09
wingsofovnia commented 7 years ago
2017-07-04 02 44 23 2017-07-04 02 44 16
wingsofovnia commented 7 years ago

@NiggyWizzyWoz "My Reports" are reports, generated by manager in the past + a form to submit a new report generation.

"My feedbacks" - feedbacks left by other employees on me. Right now it displays all feedbacks since I didn't bind it with passport/token/user entity. Can you provide example how to read user data? Like, inject User and then user.getMyUsername()?

The same protecting "My Reports". Anyway, it's another story. This PR is all about "My feedbacks".