Skip to content

Commit e3e42ca

Browse files
adamma1024Linchen-Xu
authored andcommitted
docs(configuration): add CHANGELOG.md and workflow
1 parent b9f8093 commit e3e42ca

File tree

4 files changed

+507
-9
lines changed

4 files changed

+507
-9
lines changed

CHANGELOG.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# [0.2.0](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/compare/v0.1.2...v0.2.0) (2024-10-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **[cd]:** add sudo before docker commands ([7566b1d](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/7566b1d820d6fc6e334f59bab7cbaad210849cb1))
7+
8+
9+
### Features
10+
11+
* Backend, Database upload and Resume embedding. ([4f6f2e4](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/4f6f2e4111cf8c7afe7d08c7081a0215e6cd75a4))
12+
* add CORS for API calls, add requirements.txt for faster deployment ([ff95333](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/ff9533391f6d23dc9525bd538da0c842c5862801))
13+
* **configuration:** add config.json ([95d5e9e](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/95d5e9ea85baa453bafb20cd9a7d77487108cb38))
14+
* evaluator - return result in json ([d5dbe5e](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/d5dbe5ee942a42653bf11f513d1f5f4f11ed022b))
15+
* resume analysis ([5467367](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/54673670f3b2aa47386c523be3b31c59481ac938))
16+
17+
18+
19+
## [0.1.2](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/compare/v0.1.1...v0.1.2) (2024-10-11)
20+
21+
22+
### Bug Fixes
23+
24+
* **configuration:** hide the license badge ([5073059](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/5073059ca76dc4632be4ef3b706be0fac030fb6a))
25+
* **configuration:** update badges ([47e28bf](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/47e28bfff23965f1f9cbe8f633d7444426d70c0f))
26+
* ignore the .vite folder ([d204ef0](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/d204ef0574c2b4efdaacd2d47614aa8a0b509ca5))
27+
28+
29+
### Features
30+
31+
* add testing for analyze(), remove TODO ([54eecc1](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/54eecc1390bd95485ecc387ac90a59d2a0d47172))
32+
* analyze resume ([5e1b41a](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/5e1b41a9ff0dead4a092930a788236804038dfb5))
33+
* **configuration:** add auto deploy ([1e06a83](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/1e06a837c3f40c9e8fe567ba2e2299994c603d6c))
34+
* transform styles into tailwind classNames ([c0877d1](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/c0877d1121e4f1986c9560c048a4681f53869801))
35+
* transform styles into tailwind classNames ([91df546](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/91df546145ca02f4f9384956561023519b17ff4a))
36+
37+
38+
39+
## [0.1.1](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/compare/5cdf5660a62a9810e6fb19888fd9aa439936b490...v0.1.1) (2024-10-11)
40+
41+
42+
### Bug Fixes
43+
44+
* add emojis ([3b352f1](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/3b352f116654a7a6dab934dc6f56f6ec4e0a96f4))
45+
* change pages ([0fc4403](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/0fc4403c73553e5436b6b56dccb29259ca607494))
46+
* **configuration:** fix build errors ([c68eeb3](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/c68eeb3935e3b372466e83aa4aff7cce06c69ab7))
47+
48+
49+
### Features
50+
51+
* add module resume upload and parse ([e3ea242](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/e3ea242c69bd57848f3318c91b67c5ecd7034d72))
52+
* add textarea and upload files ([db2effc](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/db2effc4306e366fed205fc7247e9b4b3500f835))
53+
* basic layout ([9251331](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/925133191fcd56f09fc6c0e16ebb84ac95a6c7a6))
54+
* **configuration:** add a plugin to apply the Conventional commit ([7e2612d](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/7e2612dc36a088b48146dc27f5bc88120a8a2307)), closes [#18](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/issues/18)
55+
* **configuration:** integrate docker for fe_repo ([5ace0ea](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/5ace0ea2b8c25f6f416a535dec24ddfc3ec09dee))
56+
* **configuration:** integrate the docker-compose ([77811ed](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/77811ed4955c015d00ef3a745ce98bc550682429))
57+
* **configuration:** integrate vitest and ci ([dca6163](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/dca616351b382cc79d8a2d981b5a3403ca8f2aad))
58+
* Enhance the README.md ([5fa632d](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/5fa632da3d2798dd4f63b53f301dfe4d9eeebba6))
59+
* first version of fe ([23ac3a1](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/23ac3a101e3dec0fbe8a4ec2fa8341c17c81a9d6))
60+
* implement login functionality ([68b24f1](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/68b24f135fb7bb0ecf838ea104941933ca0b9a79))
61+
* implement login functionality ([5b95291](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/5b952911ab9ce29e43749f42e817df1699d861c0))
62+
* implement login functionality ([6f1fe19](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/6f1fe1903fa887579309bd9507146cc49b520e01))
63+
* implement Q&A state prompt ([6eaf4bb](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/6eaf4bb7b49e39d60253eda0e6856471619e7931))
64+
* PR and ISSUE templates ([e99d544](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/e99d54485b0d356183967d23ab1bd58ec0f9fa93))
65+
* Preprocessing, use ChatGPT to evaluate the resume dataset ([75ba183](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/75ba183ebd5988f6935e08c2a66c5e5f77ba27ee))
66+
* put response in the correct position ([41a06c6](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/41a06c6691af2184d1ddb67ef2f52462b726426f))
67+
* solve build error ([7c394cd](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/7c394cd3b28329aa23123707aee00a5c686b123e))
68+
* solve lint check ([2f497f3](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/2f497f36ed0d9042d64bfc755162113d8a7f4d40))
69+
* solve vite check ([0ca4a87](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/0ca4a87c68623c9dc265e61c73b0a680ce6124b3))
70+
* update the README and add the BE design ([a304e80](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/a304e80b100270933a8224225565ef70841d08ee))
71+
* update the team.md ([5cdf566](https://github.com/BUMETCS673/seprojects-cs673a2f24_team5/commit/5cdf5660a62a9810e6fb19888fd9aa439936b490))
72+
73+
74+

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212

1313
This repository is a project for METCS673. This project focuses on using AI to automate and improve the process of resume evaluation and interview preparation. By incorporating Retrieval-Augmented Generation (RAG), we ensure that our application can provide more accurate, context-relevant reviews.
1414

15+
## CHANGELOG
16+
17+
[📖 CHANGELOG.md](./CHANGELOG.md)
18+
1519
## How to start it with Docker?
1620

1721
> Learn the [Docker](https://www.docker.com/) commands here.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"name": "CVCoach",
3+
"version": "0.2.0",
34
"scripts": {
4-
"commit": "cz"
5+
"commit": "cz",
6+
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
57
},
68
"devDependencies": {
79
"commitizen": "^4.3.1",
10+
"conventional-changelog-cli": "^5.0.0",
811
"cz-conventional-changelog": "^3.3.0"
912
},
1013
"config": {

0 commit comments

Comments
 (0)