MWA-2018 / JMS

Job Management System for MWA project
MIT License
0 stars 4 forks source link

Work Specification #38

Open kuryaki opened 6 years ago

kuryaki commented 6 years ago

Server Part (Node/Express):

  1. Server setup, and code organization
  2. Server typescript compilation and deployment
  3. MLab setup con Mongo/Mongoose configuration
  4. Login, Register endpoints
  5. JWT generation
  6. JWT validation and isAuthenticated Middleware
  7. Server Deployment (now)

Client Part (Angular)

  1. Navigation Bar
  2. Login/Register forms
  3. JWT storage
  4. Client Routing
  5. Client Security [Guards]
  6. Client Deployment (github pages)
  7. Credentials state via Redux
jmjjaya commented 6 years ago

Server Part (Node/Express):

  1. Applicant Related Information fetching.
  2. Creating/Updating applicant information.

Client Part(Angular)

  1. Client setup and organizing the code.
  2. Setting up data service with unidirectional data flow pattern(Redux)
  3. Applicant Information Component.
  4. Applicant's applied job component.
  5. Applicant's information update component.