Skip to content

Commit fd450e9

Browse files
committed
Update: new readme
1 parent b50f930 commit fd450e9

5 files changed

Lines changed: 19 additions & 35 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Unique Recruitment System
2+
3+
## Description
4+
5+
Unique Recruitment System is an integrated project developed by Unique Studio, which helps team members deal with the complicated recruitment process in a better way.
6+
7+
The system consists of several parts:
8+
* the [Backend](packages/backend) that powers the entire system;
9+
* the [Dashboard](packages/dashboard) for team members;
10+
* and the [Candidate Dashboard](packages/candidate-dashboard) for candidates, which replaces the [Form](packages/form).
11+
12+
## Preview
13+
14+
Visit [https://hr.hustunique.com](https://hr.hustunique.com) for more details

packages/backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
backend of recruitment system for Unique Studio
44

5-
## Tool Chain
5+
## Tech Stack
66

77
1. `node.js`
88
2. `typescript`

packages/candidate-dashboard/README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,13 @@
11
# Unique Recruitment Candidate Dashboard
22

3-
## Description
4-
5-
Unique Recruitment System is the integrated project to solve the problem of the complicated recruitment process in Unique Studio.
6-
7-
There are two parts of Unique Recruitment System, one is [Form](https://github.com/UniqueStudio/UniqueRecruitmentForm), the other is [Dashboard(for background operation)](https://github.com/UniqueStudio/UniqueRecruitmentDashboard).
8-
9-
This project is aimed to replace the Form system. But maybe not as beautiful as the Form.
10-
11-
Under development......
12-
13-
## Feature
3+
## Features
144

155
1. A dashboard layout for candidates with more information about the recruitment than the Form system.
166
2. Recruitment form & Interview from.
177
3. Candidates can modify their recruitment forms during the recruitment sign up entry is open.
188
4. Easier to integrate feature in the future.
199

20-
## Toolchain
10+
## Tech Stack
2111

2212
1. `Typescript`
2313
2. `React`

packages/dashboard/README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,13 @@
11
# Unique Recruitment Dashboard
22

3-
## Description
4-
5-
Unique Recruitment System is the integrated project to solve the problem of the complicated recruitment process in Unique Studio.
6-
7-
There are two parts of Unique Recruitment System,
8-
one is [Dashboard (this repo)](https://github.com/UniqueStudio/UniqueRecruitmentDashboard),
9-
the other is [Form](https://github.com/UniqueStudio/UniqueRecruitmentForm).
10-
113
## Features
124

135
1. Automatic interview / stay-up-test / rejected notification, time selection and so on.
146
2. Recruitment preserving and visualization
157
3. Authority management
168
4. ...
179

18-
## Preview
19-
20-
Visit [https://hr.hustunique.com](https://hr.hustunique.com) for more details
21-
22-
## Toolchain
10+
## Tech Stack
2311

2412
1. `TypeScript`
2513
2. `React`

packages/form/README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
# Unique Recruitment Form
22

3-
## Description
4-
5-
Unique Recruitment System is the integrated project to solve the problem of the complicated recruitment process in Unique Studio.
6-
7-
There are two parts of Unique Recruitment System,
8-
one is [Form (this repo)](https://github.com/UniqueStudio/UniqueRecruitmentForm),
9-
the other is [Dashboard](https://github.com/UniqueStudio/UniqueRecruitmentDashboard).
10-
113
## Features
124

135
1. Simple and beautiful recruitment form which is independent from recruitment website and official website
146
2. Return receipt form in which candidates can select interview / stay-up-test time
157

16-
## Toolchain (possibly will be changed)
8+
## Tech Stack
179

1810
1. `TypeScript`
1911
2. `React`

0 commit comments

Comments
 (0)