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

feat(Locations): new type & website_url fields to start allowing ONLINE stores #446

Merged
merged 5 commits into from
Oct 6, 2024

Conversation

raphodn
Copy link
Member

@raphodn raphodn commented Sep 13, 2024

What

See #317

Location model :

  • new type field to differenciate between OSM & ONLINE
  • new website_url field to store the location's online URL
  • add validation, tests...

Note

We need to manage the UniqueConstraints in a different manner : encode/django-rest-framework#7173

@raphodn raphodn force-pushed the raphodn/location-type-website branch 3 times, most recently from 9f6ec75 to 67413a2 Compare September 14, 2024 22:52
@raphodn raphodn force-pushed the raphodn/location-type-website branch from 67413a2 to 3ab445c Compare October 6, 2024 17:05
@raphodn raphodn force-pushed the raphodn/location-type-website branch from aa6d2ed to a94bbaf Compare October 6, 2024 17:34
@raphodn raphodn changed the title feat(locations): new type & website_url fields to start allowing ONLINE stores feat(Locations): new type & website_url fields to start allowing ONLINE stores Oct 6, 2024
@raphodn raphodn merged commit ce50c74 into main Oct 6, 2024
8 checks passed
@raphodn raphodn deleted the raphodn/location-type-website branch October 6, 2024 17:36
@raphodn raphodn linked an issue Oct 6, 2024 that may be closed by this pull request
5 tasks
raphodn added a commit that referenced this pull request Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Location : allow for Online Stores (e.g. for Open Products Facts)
1 participant