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

MC Side: Permission Approval #86

Closed
6 tasks
sultanassi95 opened this issue Mar 6, 2018 · 0 comments
Closed
6 tasks

MC Side: Permission Approval #86

sultanassi95 opened this issue Mar 6, 2018 · 0 comments
Assignees
Milestone

Comments

@sultanassi95
Copy link
Member

sultanassi95 commented Mar 6, 2018

Relates: #2
As a MC user, I can submit permission status.

Acceptance Criteria:

Back End:

  • Route:
  • '/dashboard/mc/permission-approval/:mentorID'
req.body = {
  permission_approval_status: boolean
}

  • Controller:
  • add and code ("./src/backEnd/controllers/postPermissionApproval.js)

  • DB-Queries:
  • USE: selectSingleMentor(id, cb) - To Select A Mentor By ID
  • USE: updateMentor(mentorObj, cb) - To Update A Mentor Details

Design with React:

  • Route:
  • '/mc/submit/permission-approval/:mentorID'
req.body = {
  permission_approval_status: boolean
}
  • Design:
  • 👍
    permit request email
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants