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

It is possible to create multiple Articles with same name #30

Open
andre-stefanov opened this issue Mar 23, 2020 · 1 comment
Open

It is possible to create multiple Articles with same name #30

andre-stefanov opened this issue Mar 23, 2020 · 1 comment
Assignees
Labels
bug Something isn't working triage

Comments

@andre-stefanov
Copy link
Member

At the moment we allow having multiple articles having same name.

GET /api/articles HTTP/1.1
User-Agent: PostmanRuntime/7.23.0
Accept: */*
Cache-Control: no-cache
Postman-Token: 6b0e62b6-1a26-4114-ba42-d791dcadcd95
Host: nexd-api-alb-1107636132.eu-central-1.elb.amazonaws.com
Accept-Encoding: gzip, deflate, br
Connection: keep-alive
HTTP/1.1 200 OK
Date: Mon, 23 Mar 2020 01:38:06 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 252
Connection: keep-alive
X-DNS-Prefetch-Control: off
X-Frame-Options: SAMEORIGIN
Strict-Transport-Security: max-age=15552000; includeSubDomains
X-Download-Options: noopen
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Access-Control-Allow-Origin: *
ETag: W/"fc-Bvn4Duw/UnkFFoXkm5cj/citrOk"
[{"id":1,"name":"Weisswurst (Paar)"},{"id":2,"name":"Leberkäs"},{"id":3,"name":"Weissbier"},{"id":4,"name":"Obstler"},{"id":5,"name":"Klopapier"},{"id":6,"name":"Semmeln"},{"id":7,"name":"Schoki"},{"id":8,"name":"<string>"},{"id":9,"name":"<string>"}]
@andre-stefanov andre-stefanov added the bug Something isn't working label Mar 23, 2020
@f10l f10l added the triage label Apr 1, 2020
@f10l f10l self-assigned this Apr 1, 2020
@f10l
Copy link
Member

f10l commented Apr 5, 2020

Still not done, but maybe worth to discuss the business aspects soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

2 participants