Skip to content
New issue

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

What is the left #5

Open
21 of 39 tasks
Karatuss opened this issue Oct 30, 2023 · 3 comments
Open
21 of 39 tasks

What is the left #5

Karatuss opened this issue Oct 30, 2023 · 3 comments

Comments

@Karatuss
Copy link
Owner

Karatuss commented Oct 30, 2023

Jobs

Common

  • Complete README file
    • Blockchain: .bashrc file custom exports

Front-end

assigned to @greenapple-18

Back-end

assigned to @tigris24

  • DB: CouchBase - save seat, user
  • Access control to page according to privilege
  • Login session
  • Logout & session control
  • Member info management system
  • Exception control
  • redirect to index when logout or session out
  • check and restrict login attempt
  • add seat service and event service
    • seat create/delete when event make/erase
    • user can reserve up to two tickets
    • manager can check the user who reserve tickets about the specific event
  • most of existing code on controller class are refactoring as methods of proper service class
  • reCAPTCHA against to DoS

Blockchain

assigned to @TwoPair

@tigris24
Copy link
Contributor

tigris24 commented Oct 30, 2023

front-end
maybe need personal information management page to modify member's information

back-end
modify member's information
check member's information by manager
logout and session delete
send appropriate exception cases
these operations are going to be added
reCAPTCHA for responding to denial-of-service

@tigris24
Copy link
Contributor

back-end
already implemented

  1. connect to couch-base and exchange data by using Cluster
  2. use two buckets for saving data about seat and user information
  3. access control to page according to privilege
  4. seat data initialize with starting application and delete with closing application

@Karatuss Karatuss pinned this issue Oct 30, 2023
@tigris24
Copy link
Contributor

tigris24 commented Nov 15, 2023

[BackEnd]

  • Completion list

    1. session control
    2. logout
    3. member info in manager system
    4. exception
  • Additional Completion list

    1. redirect to index when logout or session out
    2. check and restrict login attempt
    3. add seat service and event service
    • seat create/delete when event make/erase
    • user can reserve up to two tickets
    • manager can check user who reserve some ticket about his event
    1. most of existing code on controller class are refactoring as methods of proper service class
  • reCAPTCHA is not done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants