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

Manage Posts #64

Merged
merged 8 commits into from
Apr 24, 2015
Merged

Manage Posts #64

merged 8 commits into from
Apr 24, 2015

Conversation

achan
Copy link
Member

@achan achan commented Apr 19, 2015

When completed, fullfils #63.

Interact with a JSONAPI-compliant endpoint at /api/v1/posts.

  • Update Post model

Manage posts

  • Create a post
    • /:group_slug/posts/new
  • Edit an existing post
    • /:group_slug/posts/:post_id/edit
  • View an existing post
    • /:group_slug/:post_id/:post_slug
  • Delete an existing post
  • List the posts in a group
    • /:group_slug/posts
  • Require authentication for:
    • Creating
    • Listing
    • Editing

Form to create posts: /english-service/posts/new
This form will create a post with the current user as the author.
Posts can be viewed at /:group_slug/:post_id/:post_slug.
Require authentication for creating, listing and editing posts.
achan added a commit that referenced this pull request Apr 24, 2015
@achan achan merged commit 19f77de into master Apr 24, 2015
@achan achan deleted the ac_posts branch April 24, 2015 04:38
@achan achan mentioned this pull request Apr 27, 2015
5 tasks
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

Successfully merging this pull request may close these issues.

None yet

1 participant