Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
uses: thollander/actions-comment-pull-request@v2
with:
message: |
Vercel Preview URL :rocket: : ${{ steps.deploy.outputs.preview_url }}
Vercel Preview URL :rocket: : ${{ steps.deploy.outputs.preview_url }}/auth/login
Neon branch :elephant: : https://console.neon.tech/app/projects/${{ secrets.NEON_PROJECT_ID }}/branches/${{ steps.create_branch.outputs.branch_id }}
7 changes: 3 additions & 4 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Check Formatting
name: Lint and Formatting Check

on:
workflow_dispatch:
pull_request:
push:
paths-ignore:
- 'validator/**'

jobs:
eslint:
main:
name: Run ESLint + Prettier
runs-on: ubuntu-latest

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ yarn-error.log*
# See docs/ide-config.md for more information.
.idea
.vs/
.vscode
.editorconfig

prisma/generated
Expand Down
14 changes: 0 additions & 14 deletions .vscode/workspace.code-workspace

This file was deleted.

4 changes: 2 additions & 2 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Request lead for file changes in root and workflows.
/* @akevinge
/.github/**/* @akevinge
/* @UTDNebula/pr-reviewers
/.github/**/* @UTDNebula/pr-reviewers

# Request Planner PR Reviewers team for changes in to the following root directories.
/.vscode/ @UTDNebula/pr-reviewers
Expand Down
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default defineConfig({
viewportHeight: 1080,
viewportWidth: 1920,
baseUrl: 'http://localhost:3000',
setupNodeEvents(on, config) {
setupNodeEvents(on) {
on('after:run', async () => {
await prisma.$disconnect();
});
Expand Down
5 changes: 3 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ module.exports = async (phase) => {
transform: '@mui/icons-material/{{member}}',
},
},
rewrites: async () => {
redirects: async () => {
return [
{
source: '/',
destination: '/index.html',
destination: 'https://www.utdnebula.com/projects/planner',
permanent: true,
},
];
},
Expand Down
16 changes: 0 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,12 @@
"cypress:open": "NODE_ENV=test start-server-and-test dev http://localhost:3000 \"cypress open --browser chrome --e2e\"",
"cypress:run": "NODE_ENV=test start-server-and-test start http://127.0.0.1:3000 \"cypress run --browser chrome --config video=false --e2e\"",
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"prepare": "husky install",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"prisma": {
"seed": "ts-node --transpile-only --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx,json}": [
"npx prettier --write",
"npx eslint --fix"
]
},
"dependencies": {
"@dnd-kit/core": "^6.0.6",
"@mui/icons-material": "^5.3.1",
Expand Down Expand Up @@ -108,7 +101,6 @@
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.15",
"husky": "^8.0.0",
"jest": "^29.6.1",
"node-fetch": "^3.3.2",
"postcss": "^8.4.31",
Expand Down
Binary file removed public/demo.gif
Binary file not shown.
Binary file removed public/graduation.jpg
Binary file not shown.
Binary file removed public/icons8-gold-medal-100.png
Binary file not shown.
Binary file removed public/icons8-lightning-bolt-100.png
Binary file not shown.
Binary file removed public/icons8-mail-96.png
Binary file not shown.
Binary file removed public/icons8-menu-rounded-100.png
Binary file not shown.
Binary file removed public/icons8-pen-100.png
Binary file not shown.
Binary file removed public/icons8-stopwatch-100.png
Binary file not shown.
Binary file removed public/icons8-test-tube-100.png
Binary file not shown.
Binary file removed public/icons8-upload-64.png
Binary file not shown.
Loading
Loading