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

implementation progress #1

Open
7 of 11 tasks
myguidingstar opened this issue Apr 24, 2018 · 3 comments
Open
7 of 11 tasks

implementation progress #1

myguidingstar opened this issue Apr 24, 2018 · 3 comments

Comments

@myguidingstar
Copy link
Collaborator

myguidingstar commented Apr 24, 2018

  • database design (migrations provided)
  • user login and jwt token middleware (via buddy
  • CRUD for users, article, follow, tag, favorite, comments
    • C
    • R: walkable schema & queries for all
    • U: user and article
    • D
  • transform clj data (rename keywords, remove namespaces) to conform realworld spec
    • implement transform functions
    • Used them in GET routes for article, comments, and profile
    • return the data after create/update operations as described in spec
@d4hines
Copy link

d4hines commented Apr 25, 2018

I'm interested in pitching in for this project. Is there anything in particular you guys want help with?

@myguidingstar
Copy link
Collaborator Author

@d4hines it will be great if you can help with the remain coding work. Run postman with predefined spec here and resolve unmet spec https://github.com/gothinkster/realworld/tree/master/api

@myguidingstar
Copy link
Collaborator Author

i forgot this: when creating new articles, slug is not generated yet!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants