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

Post feedback route #26

Closed
SajedaIsmail opened this issue Sep 19, 2019 · 0 comments
Closed

Post feedback route #26

SajedaIsmail opened this issue Sep 19, 2019 · 0 comments
Assignees
Labels
Backend This issue/PR is related to Backend project Done The technical tasks related to this issue are done

Comments

@SajedaIsmail
Copy link
Collaborator

Technical issues:

  • Write a query by the connection object:
    "insert into feedback ( orderId, email, feedback ) values ($1, $2, $3)"
  • Make a middleware applying this query.
  • Make a request from the backend on the end point ' /api/v1/feedback ' with post method by the express router, and give the middleware to that request.
  • Send the response as a json {code: Number} if successes.
  • Send Error response as a json {code: Number, error: String} if fails.

Relates #23 #16

@ahmedisam99 ahmedisam99 added To do This issue represents a technical task that is yet to be started on Backend This issue/PR is related to Backend project labels Sep 21, 2019
@alaa-yasin alaa-yasin added In progress This issue/PR represents a technical task that is currently being worked on and removed To do This issue represents a technical task that is yet to be started on labels Sep 22, 2019
alaa-yasin added a commit that referenced this issue Sep 22, 2019
@alaa-yasin alaa-yasin added Awaiting Review This PR is waiting to be reviewed and removed In progress This issue/PR represents a technical task that is currently being worked on labels Sep 22, 2019
@ahmedisam99 ahmedisam99 added In progress This issue/PR represents a technical task that is currently being worked on and removed Awaiting Review This PR is waiting to be reviewed labels Sep 22, 2019
alaa-yasin added a commit that referenced this issue Sep 23, 2019
alaa-yasin added a commit that referenced this issue Sep 23, 2019
alaa-yasin added a commit that referenced this issue Sep 23, 2019
alaa-yasin added a commit that referenced this issue Sep 23, 2019
alaa-yasin added a commit that referenced this issue Sep 23, 2019
alaa-yasin added a commit that referenced this issue Sep 23, 2019
alaa-yasin added a commit that referenced this issue Sep 23, 2019
alaa-yasin added a commit that referenced this issue Sep 23, 2019
alaa-yasin added a commit that referenced this issue Sep 23, 2019
alaa-yasin added a commit that referenced this issue Sep 24, 2019
alaa-yasin added a commit that referenced this issue Sep 24, 2019
alaa-yasin added a commit that referenced this issue Sep 24, 2019
alaa-yasin added a commit that referenced this issue Sep 24, 2019
alaa-yasin added a commit that referenced this issue Sep 24, 2019
alaa-yasin added a commit that referenced this issue Sep 24, 2019
alaa-yasin added a commit that referenced this issue Sep 24, 2019
alaa-yasin added a commit that referenced this issue Sep 24, 2019
alaa-yasin added a commit that referenced this issue Sep 24, 2019
alaa-yasin added a commit that referenced this issue Sep 24, 2019
alaa-yasin added a commit that referenced this issue Sep 24, 2019
alaa-yasin added a commit that referenced this issue Sep 24, 2019
alaa-yasin added a commit that referenced this issue Sep 24, 2019
alaa-yasin added a commit that referenced this issue Sep 24, 2019
Relates #26
alaa-yasin added a commit that referenced this issue Sep 24, 2019
alaa-yasin added a commit that referenced this issue Sep 24, 2019
@alaa-yasin alaa-yasin added Done The technical tasks related to this issue are done and removed In progress This issue/PR represents a technical task that is currently being worked on labels Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend This issue/PR is related to Backend project Done The technical tasks related to this issue are done
Projects
None yet
Development

No branches or pull requests

3 participants