Skip to content

Commit

Permalink
Merge branch 'handover' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hotungkhanh committed Oct 26, 2024
2 parents 135b93c + f8ae398 commit a736554
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
- handover


jobs:
build:
Expand All @@ -26,7 +28,11 @@ jobs:
- name: Build Frontend
run: |
cd frontend
npm run test
npm run build
env:
VITE_FRONTEND_USERNAME: ${{secrets.FRONTEND_USERNAME}}
VITE_FRONTEND_PASSWORD: ${{secrets.FRONTEND_PASSWORD}}

- name: Set up Java for Backend
uses: actions/setup-java@v4
Expand Down
25 changes: 25 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Licensing

This project, "Timetabling for VIT," was developed for the Victorian Institute of Technology (VIT) as part of an industry-based project facilitated by the University of Melbourne.

## Copyright Notice

Copyright © 2024 Victorian Institute of Technology (VIT). All rights reserved.

All intellectual property rights in the deliverables for this project are owned by the University of Melbourne and have been assigned to the Victorian Institute of Technology (VIT) under the terms of the Student Assignment and License Deed Poll. This assignment grants VIT exclusive rights to the code, documentation, and any related intellectual property created for this project.

## Use and Distribution Restrictions

The use, reproduction, modification, or distribution of this project's source code or any related deliverables is prohibited without the express written permission of the Victorian Institute of Technology. Unauthorized use of this project, in whole or in part, may result in legal action.

## Open-Source Components

This project may include open-source libraries or frameworks. Each such component retains its original license, and users are required to comply with the terms of each respective license. Please consult the documentation of each external component for detailed licensing information.

## Confidentiality

All confidential information, proprietary code, and other non-public materials remain the exclusive property of the Victorian Institute of Technology. By accessing or using this project, you agree to abide by these terms and to maintain the confidentiality of the project’s proprietary information.

---

For questions or permissions, please contact the Victorian Institute of Technology.
Binary file added docs/Architecture Diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Domain Model.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Flow Diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Motivational Model.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/Integration Testing.pdf
Binary file not shown.
Binary file added tests/Security Testing.pdf
Binary file not shown.
Binary file added tests/System Testing.pdf
Binary file not shown.
Binary file added tests/Unit Testing (Backend).pdf
Binary file not shown.
Binary file added tests/Unit Testing (Frontend).pdf
Binary file not shown.
Binary file added tests/User Acceptance Testing.pdf
Binary file not shown.

0 comments on commit a736554

Please sign in to comment.