-
Notifications
You must be signed in to change notification settings - Fork 6
Feature 2571/merit evaluation report #2586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…rmation" per member.
…doc (not yet functional).
… QuestionServices.
… infer the type based on file name.
| | | ||
| TemplateQuestion | | ||
| - id <--------------+ | ||
| - question |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Guessing you didn't mean to leave this in here...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I actually did. But, we can remove it. I just thought it might be helpful to someone else if they came in and tried to understand how feedback related objects fit together.
server/src/main/java/com/objectcomputing/checkins/services/reports/ReportHours.java
Outdated
Show resolved
Hide resolved
server/src/main/java/com/objectcomputing/checkins/services/reports/ReportKudos.java
Outdated
Show resolved
Hide resolved
...er/src/test/java/com/objectcomputing/checkins/services/reports/ReportDataControllerTest.java
Show resolved
Hide resolved
server/src/main/java/com/objectcomputing/checkins/services/reports/CurrentInformation.java
Outdated
Show resolved
Hide resolved
server/src/main/java/com/objectcomputing/checkins/services/reports/CurrentInformation.java
Outdated
Show resolved
Hide resolved
server/src/main/java/com/objectcomputing/checkins/services/reports/CurrentInformation.java
Outdated
Show resolved
Hide resolved
server/src/main/java/com/objectcomputing/checkins/services/reports/CurrentInformation.java
Outdated
Show resolved
Hide resolved
timyates
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hope no-one minds, I pushed a few changes instead of flagging them up for review (a few unused imports, and aligning the style of the 3 CSVProcessors)
Not checked the front end, but the back end lgtm now 😁
Only thing is some of the files use 2 spaces for indent, and some use 4, but that's me being picky 😉
Implemented the upload of CSV data, download of report data, and creation of merit reports uploaded to Google Drive.