{"id":21873580,"url":"https://github.com/xpinjection/feedback","last_synced_at":"2026-06-19T06:32:39.731Z","repository":{"id":52533274,"uuid":"190010032","full_name":"xpinjection/feedback","owner":"xpinjection","description":"Feedback processing tool to generate beautiful summary reports based on feedback data.","archived":false,"fork":false,"pushed_at":"2024-10-03T18:43:53.000Z","size":36,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-21T22:57:29.278Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xpinjection.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-03T13:22:53.000Z","updated_at":"2021-04-26T19:42:41.000Z","dependencies_parsed_at":"2025-01-26T17:41:10.215Z","dependency_job_id":null,"html_url":"https://github.com/xpinjection/feedback","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xpinjection/feedback","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpinjection%2Ffeedback","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpinjection%2Ffeedback/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpinjection%2Ffeedback/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpinjection%2Ffeedback/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xpinjection","download_url":"https://codeload.github.com/xpinjection/feedback/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpinjection%2Ffeedback/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34520431,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-28T07:08:40.123Z","updated_at":"2026-06-19T06:32:39.712Z","avatar_url":"https://github.com/xpinjection.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HR feedback processing tool\nThis is a simple tool to generate beautiful summary reports based on CSV feedback data in HTML format. Supports customization with Freemarker templates and flexible configuration.\n\n## Provided functionality\nFollowing functionality was implemented:\n\n- Aggregate feedback by employee name and generate HTML reports for all employees by Freemarker template.\n- Calculate average marks by competence, if evaluation options have specific format like *'2 (met expectations)'*.\n- Gather comment for each competence evaluation if it follows evaluation in the next column and header name there contains *'comment'* word.\n- Automatically detect anonymous feedback and replace feedback author with *'Anonymous'*.\n- Filter out email from full employee name. \n\n## System requirements\nTo build and run this tool you need Java 8+ and Maven 3.5+ on you machine.\n\n## Running instructions\nThe easiest option to run this tool is to use ***spring-boot:run*** command with Maven from command line, passing target format as run argument:\n\n`mvn spring-boot:run -Dspring-boot.run.arguments=FORMAT`\n\nAlternative option is to build executable JAR with Maven and then execute following command from command line:\n\n`java -jar target/feedback-0.1-SNAPSHOT-spring-boot.jar FORMAT`\n\n## Configuration options\nThere are several configuration options for this tool:\n\n- feedback data is expected to be in ***feedback.csv*** file in base directory (mandatory configuration);\n- list of employees (full name per line), who requested anonymous feedback, is expected to be in ***anonymous-requests.txt*** file in base directory (optional configuration); \n- tool is prepackaged with following formats support: ***360***, ***smart-city***, ***healthcare***, ***data-intelligence***;\n- for any custom format Freemarker template must be placed in base directory with name ***feedback-FORMAT.html*** and headers mapping must be added to classpath with name ***FORMAT-config.properties*** (for example, take a look at *feedback-360.html* and *src/main/resources/360-config.properties*).\n\nFollowing CSV headers are supported in format configuration file:\n\n- **AUTHOR** - full name of employee, who left feedback;\n- **FEEDBACK_FOR** - full name of employee, who got feedback;\n- **FEEDBACK_PERIOD** - name of feedback period;\n- **ANONYMOUS_CHECK** - confirmation that feedback is non-anonymous and open (expected *'Yes'* answer);\n- **COMPETENCIES** - list of evaluated competencies, splitted by *' | '* separator;\n- **WHAT_IS_GOOD** - what was good from the last review;\n- **WHAT_TO_IMPROVE** - what could be improved to the next review.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxpinjection%2Ffeedback","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxpinjection%2Ffeedback","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxpinjection%2Ffeedback/lists"}