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

Show card informations #12

Open
13 of 16 tasks
ishak52 opened this issue Jul 23, 2018 · 0 comments
Open
13 of 16 tasks

Show card informations #12

ishak52 opened this issue Jul 23, 2018 · 0 comments

Comments

@ishak52
Copy link
Contributor

ishak52 commented Jul 23, 2018

A page where a user can see more detailed carer card.

  • front end:
  • detailed card component
  • Acceptance Criteria:
  • page includes a description of the carer according to his/her public profile information.
  • the page should include an add button to let the user sent a connection request to the other carer.
  • backend:
    Acceptance Criteria:
  • DB users schema require to it: id, age, interests, location and offer.

  • DB connections schema require to it: stateId.

  • connect button will query the database to change the stateId state.

  • Routes: api/carer_network:id

    • Get: send back an object of carer informaition.
    • Post : send request to connect.
  • Queries:

    • getCarer.
    • checkStatus.
    • changeStatus
  • Tests:

    • Queries.
    • Routes.
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