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

feat: Added a Page to be shown in case of no authorization/not found #113

Merged
merged 10 commits into from
Jan 15, 2025
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- Browser [e.g. Chrome, Safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
35 changes: 33 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@
![](https://img.shields.io/github/issues-pr/bluewave-labs/bluewave-hrm)
![](https://img.shields.io/github/issues/bluewave-labs/bluewave-hrm)

<h1 align="center"><a href="https://bluewavelabs.ca" target="_blank">BlueWave HRM</a></h1>

# BlueWave HRM
<p align="center"><strong>An open source human resource management application</strong></p>

![Github social](https://github.com/user-attachments/assets/0ce6f478-bed8-4fd6-a287-2a5cf31148ed)

## Features

The BlueWave HRM is a people and resource management application for your organization. It has the following features:

Expand All @@ -16,4 +21,30 @@ The BlueWave HRM is a people and resource management application for your organi
- Time off & vacation management
- Reporting

![Time off settings](https://github.com/bluewave-labs/hrm/blob/main/Time%20off.png?raw=true)
## Tech stack

* [ReactJs](https://react.dev/)
* [MUI (React framework)](https://mui.com/)
* [Node.js](https://nodejs.org/en)
* [PostgreSQL](https://www.postgresql.org/)

This application does not rely on any 3rd party proprietary software to run.

## Contributing

We love contributors. Here's how you can contribute:

* Check [Contributor's guideline](https://github.com/bluewave-labs/bluewave-hrm/blob/master/CONTRIBUTING.md).
* Have a look at our Figma designs [here](https://www.figma.com/design/GC5nLN8GAXV9NJkzEnDRj3/HRM-app?node-id=1-1207&t=adcmoAcr96lq7Fkb-1). We encourage you to copy to your own Figma page, then work on it as it is read-only.
* Open an issue if you believe you've encountered a bug.
* Make a pull request to add new features/make quality-of-life improvements/fix bugs.

Additional links:

- [Authorized viewers list and pages they can view](https://docs.google.com/spreadsheets/d/14uDT2n0oRYgZLE3BzrQIvzmSzGA2C8588glhEPP7ILA/edit?gid=0#gid=0)

<a href="https://github.com/bluewave-labs/hrm/graphs/contributors">
<img src="https://contrib.rocks/image?repo=bluewave-labs/hrm" />
</a>


Loading