gothinkster/realworld

Go Clean Architecture

Closed this issue ยท 9 comments

Hi,
I updated the repo, everything should be ok now.
I'll improve the test coverage in the days to come.
If I have something more specific to do, tell me. ๐Ÿ˜€

This looks very interesting indeed. Could you run the RW API tests by following instructions here to ensure it adheres? Thanks!

Hi @anishkny !

Thanks a lot. I updated the repo in order to have the tests included (with the testing instructions).

About the postman collection : I just changed the order of some requests in order to have the POST requests before the GET/PUT and the DELETE at the end (because, obviously, one can't get something that hasn't been created yet or that has already been deleted).

This way, the whole test suit passes, I hope it's fine.

Hey,
I improved the test coverage and discovered while testing with a frontend that articles without comments should return an empty array instead of a null (not covered in newman) along with a few other details of the same kind.
I played a bit with the elm frontend and everything seem to work fine now.
Tell me if it looks good to you :)
Best,

Hi,
I don't see any progress in this issue, it's not listed in the main README, so I'm wondering : is something is missing ? What would be the next step ?
Best,

@err0r500 sorry for the delay. We just need to verify it adheres to the spec and works with the front ends. I am on vacation this weekend (starting soon actually) so I won't be able to take a look until sometime next week.

Feel free to keep pinging us to keep it moving, hopefully we can get it added soon.

hi !
Is there something missing ?
I tested it with the elm frontend without noticing any problem but if you found something, tell me and I'll try to get it fixed ASAP.
Best,

Up?

Hi @err0r500 sorry for the delay! Could you send a PR adding this to etc/backend-repos.yaml? Thanks!

Edit: Never mind, added to backend repos.