Skip to content

Commit

Permalink
Feature/career base (#492)
Browse files Browse the repository at this point in the history
* feat: init feature career

* chore: adding assets and types

* feat: changes in header imports

* feat: cleaning syllabus icons

* feat: adding routing

* feat: adding routing to hash router

* feat: career page header with job list and job detail page base (#488)

* Added Icon Folder

* Header Initilize

* feat: solving header issue

* fix: fixing header styling

* Add Job List and Job Card Element

* Job List and Job Card

* Job List and Job Card

* Page Detail

* Job Detail Page

* Job Page Detail

* feat: adding job description page

* chore: small updates

---------

Co-authored-by: KTheAsianimeBoi <minhkhoahc2002@gmail.com>

* feat: finishing job details page (#489)

* feat: career page user profile with api (#490)

* feat: init user profile component

* feat: created post login user profile component

* feat: creating user profile input form

* feat: creating dropdown list for profile creation modal

* feat: struggling to deal with multiple dropdowns

* feat: applying standard styling to jobdetail

* feat: responsive styling

* feat: successful implementation for user profile

* feat: checked functionality next homework is apply button and time formatting

* chore: adding styling to job card

* feat: job apply functionality is set (#491)

* fix: fixing job content sections list

* feat: adding company job post button

---------

Co-authored-by: KTheAsianimeBoi <minhkhoahc2002@gmail.com>
  • Loading branch information
JasonNotJson and KhoaLeTranMinh authored Nov 13, 2023
1 parent 570c1f0 commit 57bcbd6
Show file tree
Hide file tree
Showing 142 changed files with 10,646 additions and 2,025 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
microapps: [
"WEBHOOK_ROOT_DEV",
"WEBHOOK_SYLLABUS_DEV",
"WEBHOOK_CAREER_DEV",
# "WEBHOOK_CAMPUS_DEV",
# "WEBHOOK_FEEDS_DEV",
"WEBHOOK_FORUMS_DEV",
Expand All @@ -32,6 +33,7 @@ jobs:
microapps: [
"WEBHOOK_ROOT_PROD",
"WEBHOOK_SYLLABUS_PROD",
"WEBHOOK_CAREER_PROD",
# "WEBHOOK_CAMPUS_PROD",
# "WEBHOOK_FEEDS_PROD",
"WEBHOOK_FORUMS_PROD",
Expand Down
8 changes: 8 additions & 0 deletions .hintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": [
"development"
],
"hints": {
"no-inline-styles": "off"
}
}
64 changes: 58 additions & 6 deletions apps/career/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,81 @@
"devDependencies": {
"@babel/core": "7.17.5",
"@babel/eslint-parser": "7.17.0",
"@babel/plugin-syntax-flow": "^7.21.4",
"@babel/plugin-transform-react-jsx": "^7.22.0",
"@babel/plugin-transform-runtime": "7.17.0",
"@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@babel/runtime": "7.17.2",
"@fortawesome/fontawesome-svg-core": "1.3.0",
"@types/node": "17.0.21",
"@typescript-eslint/eslint-plugin": "5.14.0",
"@typescript-eslint/parser": "5.14.0",
"@vitejs/plugin-react": "1.3.2",
"autoprefixer": "10.4.2",
"babel-plugin-styled-components": "2.0.6",
"concurrently": "7.0.0",
"cssnano": "5.1.0",
"dotenv": "^16.0.3",
"esbuild": "^0.18.6",
"eslint": "8.10.0",
"eslint-config-custom": "workspace:*",
"localforage": "1.10.0",
"postcss": "8.4.8",
"prettier": "2.5.1",
"prettier-plugin-tailwindcss": "^0.2.8",
"prettier-eslint": "13.0.0",
"prop-types": "^15.8.1",
"react-is": "^18.2.0",
"react-native": "^0.68.7",
"sass": "1.49.9",
"tailwindcss": "3.0.23",
"ts-config-single-spa": "2.0.1",
"typescript": "4.6.2",
"vite": "^4.3.5",
"vite-plugin-dynamic-import": "^0.7.0"
"typescript": "4.6.2"
},
"dependencies": {
"@aws-amplify/api": "4.0.42",
"@aws-amplify/auth": "4.4.4",
"@emotion/react": "11.9.0",
"@emotion/styled": "11.8.1",
"@fortawesome/free-solid-svg-icons": "6.0.0",
"@fortawesome/react-fontawesome": "0.1.17",
"@headlessui/react": "^1.7.14",
"@material-ui/core": "4.12.4",
"@mui/icons-material": "5.8.3",
"@mui/material": "5.8.3",
"@popperjs/core": "^2.11.8",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.13",
"@types/styled-components": "5.1.24",
"@types/uuid": "^9.0.5",
"@vitejs/plugin-react": "1.3.2",
"eslint-plugin-react-hooks": "4.3.0",
"i18next": "19.9.2",
"prettier-plugin-tailwindcss": "^0.2.8",
"react": "17.0.2",
"react-dom": "17.0.2",
"single-spa-react": "3.2.0"
"react-ga4": "^2.1.0",
"react-helmet": "6.1.0",
"react-i18next": "11.15.6",
"react-infinite-scroll-component": "^6.1.0",
"react-responsive": "9.0.0-beta.10",
"react-router-dom": "^6.11.2",
"recoil": "^0.7.7",
"single-spa-react": "3.2.0",
"styled-components": "5.3.3",
"uuid": "^9.0.1",
"vite": "4.3.5",
"vite-plugin-dynamic-import": "^0.7.1",
"wasedatime-ui": "*"
},
"peerDependencies": {
"@babel/plugin-syntax-flow": "^7.16.7",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@fortawesome/fontawesome-svg-core": "1.3.0",
"@popperjs/core": "^2.11.5",
"eslint-plugin-react-hooks": "4.3.0",
"prop-types": "^15.8.1",
"react-is": "^18.1.0",
"react-native": "^0.68.1"
}
}
Loading

0 comments on commit 57bcbd6

Please sign in to comment.