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

CRUD Implementation for Post model #13

Merged
merged 9 commits into from
Mar 8, 2024

Conversation

BlazeDex
Copy link
Contributor

@BlazeDex BlazeDex commented Mar 7, 2024

Description

  • Create first view for Posts
  • User can Create/Save a new Post.
  • User can Read a Post.
  • User can Edit / Update a post.
  • User can Delete a post.

Screenshots

First view

imagen

Create

imagen

Read

imagen

Edit

imagen

@BlazeDex BlazeDex requested review from a team as code owners March 7, 2024 23:48
@angel23v angel23v added this to the Sprint 2 milestone Mar 7, 2024
@angel23v angel23v linked an issue Mar 7, 2024 that may be closed by this pull request
5 tasks
app/views/main/home.html.erb Outdated Show resolved Hide resolved
app/views/posts/edit.html.erb Outdated Show resolved Hide resolved
app/views/posts/show.html.erb Outdated Show resolved Hide resolved
app/views/posts/new.html.erb Outdated Show resolved Hide resolved
app/views/users/_user.json.jbuilder Outdated Show resolved Hide resolved
app/views/users/index.json.jbuilder Outdated Show resolved Hide resolved
app/views/users/show.json.jbuilder Outdated Show resolved Hide resolved
app/controllers/posts_controller.rb Outdated Show resolved Hide resolved
app/controllers/users_controller.rb Outdated Show resolved Hide resolved
app/views/posts/edit.html.erb Outdated Show resolved Hide resolved
app/views/posts/new.html.erb Outdated Show resolved Hide resolved
app/views/posts/show.html.erb Outdated Show resolved Hide resolved
@BlazeDex BlazeDex requested review from juperameza and a team March 8, 2024 00:45
@angel23v angel23v merged commit dc6abf8 into main Mar 8, 2024
3 checks passed
@angel23v angel23v deleted the sprint2-issue9#CRUD-Implementation branch March 8, 2024 01:07
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.

CRUD Implementation for Post model
4 participants