Giter VIP home page Giter VIP logo

capstone-easyplan's Introduction

easyplan

SonarCloud

Backend

Coverage Technical Debt Lines of Code Code Smells

Frontend

Coverage Technical Debt Lines of Code Code Smells

EasyPlan (Java Fullstack Bootcamp - Graduation Project)

Welcome to the GitHub repository for my graduation project from the Java Fullstack Bootcamp conducted by "Neue Fische" in the summer of 2023. This project showcases the implementation of essential CRUD (Create, Read, Update, Delete) functionalities.

Project Description

This project revolves around managing work schedules through a user-friendly interface. Users can create, view, update, and delete work schedules using intuitive actions. Each work schedule can be assigned a name during creation, and this name can be edited later as needed. Entries within the schedule list can be easily removed when they're no longer relevant.

Future Directions

As part of future enhancements, I plan to integrate advanced features to elevate the utility of this project. Some of the envisioned improvements include:

  1. Interactive Table View: Display work schedules in the form of an organized table. This table will allow easy visualization of shifts and employee assignments.

  2. Shift Assignment and Auto-calculation: Implement the ability to assign fixed shifts to employees. The system will automatically calculate and display the weekly working hours for each employee.

I am committed to refining and expanding this project's capabilities to meet the evolving needs of work schedule management. Your feedback and contributions are highly valued as we continue to enhance this application.

Thank you for taking the time to explore my graduation project. Feel free to review the code, provide feedback, and collaborate to make this project even better.

capstone-easyplan's People

Contributors

alexanderleonidasguenzel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

capstone-easyplan's Issues

backend - post endpoint

Value properties

As a developer
I want to add new plan entries.

Description

  • It should be possible to add a new plan via postman. It will be saved in database. Just backend.

Acceptance criteria

  • it is possible to add a plan entry via postman

Tasks

  • create post endpoint in controller
  • create add method in service

frontend - button new plan

value properties

As a user
I want to add a new plan.

Description

  • Under plan overview is a button to create a new plan.

Acceptance criteria

  • user sees a button with "new plan"

Tasks

  • create button

project setup and deployment

value properties

As a developer
I want a fullstack project setup with all I need for coding and deployment.

Description

Acceptance criteria

  • all workflow action checks passed [Deploy App, Get Logs, Java CI with Maven, Sonar-Frontend, SonarCloud-Backend]
  • fullstack project init [backend & frontend modules]
  • deployment works
  • local dev works

Tasks

  • create spring project
  • create backend & frontend modules
  • setup code analysis with sonarcloud
  • create database connections to mongodb
  • setup automated deployment
  • setup github repo

backend - spring start

value properties

As a developer
I want to have all java classes i need at beginning.

Description

  • All needed starting classes in backend.

Acceptance criteria

  • model, repository, service, controller classes

Tasks

  • create model, repository, service, controller classes

frontend - plan list

value properties

As a user
I want to see all existing plans.

Description

  • Under heading "working plans" is a list of all existing plans.

Acceptance criteria

  • user sees a list with plans or info text e.g. "there are no plans"

Tasks

  • show list
  • enable / disable info text

frontend - form add plan

Value properties

As a user
I want to add new plan entries via webpage input.

Description

  • It should be possible to add a new plan via form-element. It will be saved in database.

Acceptance criteria

  • it is possible to add a plan entry on webpage

Tasks

  • create html form with input and button
  • create datatransfer to backend with axios

frontend - form as alert

Value properties

As a developer
I want an pop up element with form.

Description

  • When button "new plan" is clicked, a new pop up window appears. it should be possible to add a new plan via form in a pop up window. Entry will be saved in database.

Acceptance criteria

  • pop up with form and save in database still possible

Tasks

  • create pop up window with form

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.