-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
- Members can only add approved Urls to their profile
- API to expose possible options.
make the key an enum rather than a String. You can always @PostConstruct your @ConfigurationProperties and check that the right keys are present
Preferred option 3 for now.
Option 1
- Member
- [collection] Urls
- name (this must be validated against URL API) - not a foreign-key
- value
- [collection] Urls
OR
Option 2
- Member
- [One-to-Many] Urls (composite unique key: name/value)
- name - foreign-key
- value
- [One-to-Many] Urls (composite unique key: name/value)
OR
Option 3
- Member
- [collection] Urls
- name (this must be validated against Config)
- value
- [collection] Urls
Reactions are currently unavailable