Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

lukas-brn/ShiftPlaner

 
 

Repository files navigation

Master Thesis Experiment

This Repo is main purpose is to emulate a business MVP for my Master Thesis AI Experiment.
If you are willing to participate and support my master thesis please go to this page start the experiment from there. It will only take between 20-40 minutes depending on your skill level.

Task Setup

Please answer the questionary at "Placeholder" beforehand use the code you receive at the end to check out a new branch

git checkout -b <code>

Task

Implement a feature for the HomePage found in the component Home.tsx where the logged in User can see the number of shifts he has for a selected Month. Feel free to design it however you want. Please follow coding standards and if fit add unit tests.

Github Copilot Group

Your task is to implement the feature using Github Copilot.

How to Use?

Amazon Code Whispherer Group

Your task is to implement the feature using Amazons Code Whispherer

How to Use?

Code Whispherer with VS Code

Code Whispherer with Jet Brains

Code Whispherer more infos

Control Group

Your task is the implement the feature without using any AI Code completion tool. Please refrain from using Chat GPT as well.

End

Create a Pull Request with your code.

Please answer the final questionary. Thank you for your participation.

Purpose

This is a program made for my Master Thesis Github Copilot and Code Wispherer Experiment

Setup

Install Dependencies

npm i

Run Locally

npm run dev

Tests

Run Test

npm test

Database

This uses a remote database of supabase therefore no need for local development, internet access is still needed.

Test Accounts Login

Role: Emoployee
Name [email protected]
Password: test123

Role: Planer
Name: [email protected]
Password: test123

Role: Owner
Name: [email protected]
Password: test123

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.7%
  • SCSS 9.9%
  • Other 1.4%