Skip to content
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

Fix up annual performance review #864

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
28 changes: 15 additions & 13 deletions view-samples/annual-performance-review/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# APR (Annual Performance Review)
# Annual Performance Review

## Summary

This sample demonstrates how to change row data to column format for annual performance review forms, inspired by list formatting authors of Smart Goal, Elf Progress Board, and Display a User's Photo in Group Header.
This sample demonstrates how to change row data to column format for annual performance review forms, inspired by list formatting authors of Smart Goal, Elf Progress Board, Display a User's Photo in Group Header, and Rounded fill checkbox.

![screenshot of the sample](./assets/screenshot.png)

Expand All @@ -18,17 +18,18 @@ This diagram represents the structure of how the list view is formatted. It show
- Group by Employee field in the view settings.
- This format expects the following columns to be part of the view:

Field Name | Required | Type
---------- | -------- | ----
Employee | Yes | Person or Group
Q1e | No | Number
Q1m | No | Number
Q2e | No | Number
Q2m | No | Number
Q3e | No | Number
Q3m | No | Number
Q4e | No | Number
Q4m | No | Number
Column Name | Required | Type
----------- | -------- | ----
Employee | Yes | Person or Group
EditMode | No | Yes/No
Q1e | No | Number
Q1m | No | Number
Q2e | No | Number
Q2m | No | Number
Q3e | No | Number
Q3m | No | Number
Q4e | No | Number
Q4m | No | Number

## Sample

Expand All @@ -42,6 +43,7 @@ Version|Date|Comments
-------|----|--------
1.0 |October 6, 2024|Initial release
2.0 |October 16, 2024|New layout
2.1 |October 20, 2024|Added edit mode switch, fixed border thickness and alignment.

## Disclaimer
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**
Expand Down
Loading