We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
user branch의 main을 설명해드리자면,
처음에 로그인 페이지가 반복되며 새로운 유저를 받습니다. 만약 로그인을 한다면 그 유저가 UserDAO의 객체인 'curuser'가 됩니다.
다음으로 유저 페이지가 반복됩니다. 스케줄을 등록하고, 작업을 등록하는건 모두 유저가 하는 일이니 curuser을 이용해야 할 것 같아서 만들었습니다.
로그인 로그아웃을 하다 보니 전체적인 흐름이 다 짜져서 참고하시면 좋을 것 같습니다!
** UserListDAO는 list를, UserDAO는 한 명의 user를 관리하도록 만들었습니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
user branch의 main을 설명해드리자면,
처음에 로그인 페이지가 반복되며 새로운 유저를 받습니다.
만약 로그인을 한다면 그 유저가 UserDAO의 객체인 'curuser'가 됩니다.
다음으로 유저 페이지가 반복됩니다.
스케줄을 등록하고, 작업을 등록하는건 모두 유저가 하는 일이니 curuser을 이용해야 할 것 같아서 만들었습니다.
로그인 로그아웃을 하다 보니 전체적인 흐름이 다 짜져서 참고하시면 좋을 것 같습니다!
**
UserListDAO는 list를, UserDAO는 한 명의 user를 관리하도록 만들었습니다.
The text was updated successfully, but these errors were encountered: