|
1 |
| -[](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 | +[](https://github.com/objectcomputing/check-ins/actions/workflows/gradle-deploy-develop.yml) |
2 | 8 | [](CODE_OF_CONDUCT.md)
|
| 9 | +[](https://opensource.org/licenses/Apache-2.0) |
3 | 10 |
|
4 | 11 | <!-- TOC -->
|
| 12 | +## Table of Contents |
5 | 13 |
|
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) |
12 | 21 | - [Contributing](#contributing)
|
13 |
| - |
| 22 | +- [License](#license) |
| 23 | +- [Contact](#contact) |
14 | 24 | <!-- /TOC -->
|
15 | 25 |
|
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 |
17 | 35 |
|
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 |
19 | 47 |
|
20 |
| -# Project Links |
| 48 | +## Documentation |
21 | 49 |
|
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/). |
23 | 51 |
|
24 |
| -**Project Board:** [Board](https://github.com/objectcomputing/check-ins/projects) |
| 52 | +## Getting Started |
25 | 53 |
|
26 |
| -**Environments:** \*TBA\* |
| 54 | +### Environment setup |
27 | 55 |
|
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. |
29 | 57 |
|
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 |
31 | 59 |
|
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. |
33 | 61 |
|
34 |
| -See [Running the Application](https://objectcomputing.github.io/check-ins/getting-started/running/) for instructions on running the application locally. |
| 62 | +### Troubleshooting |
35 | 63 |
|
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 |
37 | 67 |
|
38 | 68 | 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