Skip to content

Commit 0bb622d

Browse files
authored
Merge pull request #2920 from objectcomputing/feature-2919/doc-improvements
Closes #2919 - Updated documentation to reflect current state
2 parents 3b4e698 + 5381204 commit 0bb622d

File tree

1 file changed

+58
-19
lines changed

1 file changed

+58
-19
lines changed

README.md

+58-19
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,77 @@
1-
[![Gradle Build & Deploy - Develop](https://github.com/objectcomputing/check-ins/actions/workflows/gradle-build-develop.yml/badge.svg)](https://github.com/objectcomputing/check-ins/actions/workflows/gradle-build-develop.yml)
1+
# Check-Ins
2+
3+
Check-Ins is a team engagement platform with [many HRIS and engagement capabilities](#features) built on
4+
[Micronaut](https://micronaut.io/) and [React](https://react.dev/) and available for deployment on premises or on
5+
[Google Cloud Platform](https://cloud.google.com/).
6+
7+
[![Gradle Build & Deploy - Develop](https://github.com/objectcomputing/check-ins/actions/workflows/gradle-deploy-develop.yml/badge.svg)](https://github.com/objectcomputing/check-ins/actions/workflows/gradle-deploy-develop.yml)
28
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)
9+
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
310

411
<!-- TOC -->
12+
## Table of Contents
513

6-
- [Check-ins](#check-ins)
7-
- [Project Links](#project-links)
8-
- [Setup](#setup)
9-
- [directory.json](#directoryjson)
10-
- [credentials.json](#credentialsjson)
11-
- [Running the application](#running-the-application)
14+
- [About](#about)
15+
- [Features](#features)
16+
- [Documentation](#documentation)
17+
- [Getting Started](#getting-started)
18+
- [Environment Setup](#environment-setup)
19+
- [Running the Application](#running-the-application)
20+
- [Troubleshooting](#troubleshooting)
1221
- [Contributing](#contributing)
13-
22+
- [License](#license)
23+
- [Contact](#contact)
1424
<!-- /TOC -->
1525

16-
# Check-ins
26+
## About
27+
28+
Check-Ins is a comprehensive web application designed to streamline team management and personal development. It offers
29+
tools for understanding team members and their capabilities, facilitating growth and engagement, and managing many of
30+
the processes that can get dropped or weigh down an organization. Built with Micronaut, Check-Ins is designed for
31+
efficient cost of operation and ease of use. Many of the workflows were originally designed and built by former interns
32+
at [Object Computing](https://objectcomputing.com), and we use it actively there today.
33+
34+
## Features
1735

18-
This web application is written in [Micronaut](https://micronaut.io) for uploading files and tracking skill set of team members. This application will also be used for PDL checkins and to auto-generate resumes from the skill set.
36+
- **User/Employee Management** - Simple onboarding and offboarding of new users, with Google SSO integration
37+
- **Employee Profiles** - Team members can manage their own profiles, including skills, certifications, and organizations they support
38+
- **Mentor Program Management** - A key feature of the Check-Ins application is the support and management of employee touch points with a dedicated mentor
39+
- **Pulse Surveys** - Find out how your team is feeling about work, or life in general
40+
- **Feedback Management** - Give your employees access to feedback so that they can grow their skills and contribute up to their potential
41+
- **Employee, Team, and Community Directories** - These provide an easy way to see who is involved with what
42+
- **Performance Reviews and Reporting** - Evaluate your team's performance as frequently as you would like
43+
- **Public Kudos** - Celebrate those wins publicly! Our Kudos feature can post your team's wins to Slack and celebrate them within the application.
44+
- **Birthday and Anniversary Celebrations** - Encourage the celebration of your team's milestones
45+
- **Skill and Certification Tracking and Reporting** - Know where your team is strong, where it needs to develop, and plan for growth
46+
- **Volunteer Time Tracking and Reporting** - Encourage a culture of giving back to your community by recognizing the good work already being done by your team
1947

20-
# Project Links
48+
## Documentation
2149

22-
**Project Document:** \*TBA\*
50+
Detailed documentation, including installation guides, usage instructions, and API references, can be found on our [GitHub Pages site](https://objectcomputing.github.io/check-ins/).
2351

24-
**Project Board:** [Board](https://github.com/objectcomputing/check-ins/projects)
52+
## Getting Started
2553

26-
**Environments:** \*TBA\*
54+
### Environment setup
2755

28-
# Environment setup
56+
See [our GitHub pages site](https://objectcomputing.github.io/check-ins/getting-started/setup/) for instructions on setting up your development environment.
2957

30-
See [Setting up your environment](https://objectcomputing.github.io/check-ins/getting-started/setup/) for instructions on setting up your development environment.
58+
### Running the application
3159

32-
## Running the application
60+
See [our GitHub pages site](https://objectcomputing.github.io/check-ins/getting-started/running/) for instructions on running the application locally.
3361

34-
See [Running the Application](https://objectcomputing.github.io/check-ins/getting-started/running/) for instructions on running the application locally.
62+
### Troubleshooting
3563

36-
# Contributing
64+
See [our GitHub pages site](https://objectcomputing.github.io/check-ins/getting-started/troubleshooting/) for common challenges and their solutions.
65+
66+
## Contributing
3767

3868
Please see [Contributing](./CONTRIBUTING.md) for details on how to contribute to this project.
69+
70+
## License
71+
72+
This project is licensed under the [Apache 2.0 License and Commons Clause](LICENSE).
73+
74+
## Contact
75+
76+
For questions or issues, please [join the discussion](https://github.com/objectcomputing/check-ins/discussions) or
77+
[open an issue](https://github.com/objectcomputing/check-ins/issues) on GitHub.

0 commit comments

Comments
 (0)