Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

출/퇴근 기능 추가

Open
#19 0 comments 0 reactions 1 assignee View on GitHub

@cwul94 is already working on this.

Since Feb 26, 2024.

Assessment

This issue has not been assessed yet.

Description

enhancement

작업 상세 내용

  • EmployeeDAO

출근

  1. 출근시간을 입력해 9시가 넘으면 지각처리(LATE_COUNT = LATE_COUNT +1)
  2. 9시 이전에 도착하면 정시출근처리(STATUS_CODE = A1)
  3. 상태정보를 변경했으면, 사원정보 최신화
  4. 이미 출근처리가 완료됐으면 예외출력문

퇴근

  1. 퇴근시간을 입력해 18시 이전에 퇴근하면 퇴근불가
  2. 18시 이후에 퇴근하면 퇴근처리(STATUS_CODE = A2)
  3. 상태정보를 변경했으면, 사원정보 최신화
  4. 이미 퇴근처리가 완료됐으면 예외출력문

참고할만한 자료(선택)

Dominant language
Java
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from dotCodeTeam/AMS

All issues in dotCodeTeam/AMS

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.