Skip to content

Urls (approved url keys: eg. LinkedIn, Twitter etc) #44

@eddiejaoude

Description

@eddiejaoude
  • 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

OR

Option 2

  • Member
    • [One-to-Many] Urls (composite unique key: name/value)
      • name - foreign-key
      • value

OR

Option 3

  • Member
    • [collection] Urls
      • name (this must be validated against Config)
      • value

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions