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

08 - Add a custom entity Location #13

Open
wants to merge 1 commit into
base: assignment/07
Choose a base branch
from

Conversation

luca-rath
Copy link
Contributor

@luca-rath luca-rath commented Jul 7, 2020

Add a custom entity Location

Goal

We are managing more and more events that take place at the same location. Because our content managers do not want
to enter the same location information over and over again we would like to provide a central place for managing the
locations of our events.

As this task is quite complex, we are going to break down the requirements into smaller pieces and multiple
assignments. In this assignment, we want to add a new Location entity to our database model.

Steps

  • Follow the symfony best practices to add a Location entity with the following properties:
    • name
    • street
    • city
    • countryCode
  • Don't forget to run bin/adminconsole doctrine:schema:update --force

Hints

More Information

This assignment is purely based on Symfony. No Sulu knowledge required ;-)

Links

@luca-rath luca-rath force-pushed the assignment/07 branch 2 times, most recently from e19cf25 to df929f6 Compare July 7, 2020 14:09
@alexander-schranz alexander-schranz added the assignment Pull request for a assignment solution label Sep 23, 2020
@niklasnatter niklasnatter force-pushed the assignment/08 branch 2 times, most recently from fe62546 to c9eee32 Compare October 21, 2020 08:23
@niklasnatter niklasnatter force-pushed the assignment/07 branch 2 times, most recently from d4e28bb to 62cab3f Compare October 23, 2020 09:10
@niklasnatter niklasnatter force-pushed the assignment/08 branch 2 times, most recently from 250d87c to ec308df Compare October 23, 2020 15:14
@niklasnatter niklasnatter force-pushed the assignment/08 branch 2 times, most recently from bc4eb53 to 7828743 Compare May 27, 2021 12:58
@niklasnatter niklasnatter force-pushed the assignment/08 branch 2 times, most recently from d9445b1 to c32194a Compare June 22, 2021 08:51
@niklasnatter niklasnatter force-pushed the assignment/07 branch 2 times, most recently from d2ce609 to 906becf Compare June 20, 2022 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assignment Pull request for a assignment solution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants