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

USER STORY: Location #36

Closed
1 of 4 tasks
SandraBergstrom opened this issue Jun 17, 2023 · 1 comment
Closed
1 of 4 tasks

USER STORY: Location #36

SandraBergstrom opened this issue Jun 17, 2023 · 1 comment
Assignees
Labels
Milestone

Comments

@SandraBergstrom
Copy link
Owner

SandraBergstrom commented Jun 17, 2023

As a user I can see a posts location so that I can know where the memory was made

Acceptance Cirteria:

  • Acceptance Criteria 1: Post app is updated with model for location
  • Acceptance Criteria 2: Location is visible on every post.

Tasks

  • Create a location model with a Foreign Key relationship to the post model
  • Create a migration for the changes
  • Update database schema
  • Update the post view to show location
@SandraBergstrom SandraBergstrom self-assigned this Jun 17, 2023
@SandraBergstrom SandraBergstrom changed the title USER STORY: Daily challenges USER STORY: Location Jun 26, 2023
@SandraBergstrom SandraBergstrom added this to the Sprint 3 milestone Jun 27, 2023
@SandraBergstrom
Copy link
Owner Author

I had issues when implementing this to the PostCreateForm since it didn't want to post to 2 different API-endpoints. Because of this I made a desicion that it would save me time to instead update the Post model to include name location and contry.

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

No branches or pull requests

1 participant