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

Create API server structure #361

Open
37 tasks done
abelpriem opened this issue Feb 14, 2024 · 0 comments
Open
37 tasks done

Create API server structure #361

abelpriem opened this issue Feb 14, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@abelpriem
Copy link
Collaborator

abelpriem commented Feb 14, 2024

  • Date: 24/03/2024
  • Create index conection to server
  • Implement cors package with npm i cors to all headers & request
  • Connect server to listen on avaliable port
  • Create basic logics: register user, retrieve user and authenticate user (3)
  • Create handlers to different request -registerUser | retrieveUser | authenticateUser -
  • Testing: HTML - SPECS (3)
  • Create retrieveGuest logic
  • Testing HTML - SPECS (1)
  • Restructure data models: user - group - command - file
  • Install MULTER on API with npm i multer
  • Create upload file to save files on DiskStorage
  • Create logid: change user email
  • Create logic: change user password
  • Testing: HTML - SPECS (2)
  • Implement random helpers on TEST field
  • Check uploadFile and changePassword SPEC (PENDING)
  • Add on logic validate.id
  • Create createCommands logic
  • Create retrieveCommands logic
  • Create deleteUser logic
  • Add createGroups logic
  • Testing: HTML - SPECS (4)
  • Create deleteFile logic
  • Create downloadFile logic
  • Create registerAdmin logic
  • Create deleteUsers logic
  • Testing: HTML - SPECS (4)
  • Create retrieveAllUsers logic (only name and ID)
  • Create retrieveFiles logic (only name and ID - owner with shared files)
  • Testing: HTML - SPECS (2)
  • Add createGroup logic
  • Create retrieveAllGroups logic
  • Create assignGroups logic
  • Create deleteGroups logic
  • Testing: HTML - SPECS (3)
  • Refactor logics with ASYNC-AWAIT
  • Refactor handlers with ASYNC-AWAIT
@abelpriem abelpriem added this to the project milestone Feb 14, 2024
abelpriem added a commit to abelpriem/isdi-parttime-202309 that referenced this issue Feb 17, 2024
abelpriem pushed a commit to abelpriem/isdi-parttime-202309 that referenced this issue Feb 24, 2024
abelpriem added a commit to abelpriem/isdi-parttime-202309 that referenced this issue Feb 26, 2024
abelpriem pushed a commit to abelpriem/isdi-parttime-202309 that referenced this issue Mar 2, 2024
abelpriem added a commit to abelpriem/isdi-parttime-202309 that referenced this issue Mar 2, 2024
abelpriem pushed a commit to abelpriem/isdi-parttime-202309 that referenced this issue Mar 7, 2024
…rs, registerAdmin, uploadFile | adding testint (HTML & SPECS) | create handlers | modify Group and Files model b00tc4mp#361
abelpriem pushed a commit to abelpriem/isdi-parttime-202309 that referenced this issue Mar 12, 2024
abelpriem pushed a commit to abelpriem/isdi-parttime-202309 that referenced this issue Mar 12, 2024
abelpriem added a commit to abelpriem/isdi-parttime-202309 that referenced this issue Mar 20, 2024
abelpriem added a commit to abelpriem/isdi-parttime-202309 that referenced this issue Mar 21, 2024
abelpriem added a commit to abelpriem/isdi-parttime-202309 that referenced this issue Mar 24, 2024
…retrieveFiles with shared groups functio | testing HTML and SPECT b00tc4mp#361
abelpriem added a commit to abelpriem/isdi-parttime-202309 that referenced this issue Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants