The photoalbum links on a places detail view should be extended to general links, i.e. youtube videos, blog entries to other sites, other map links. Every link should have an icon displayed in front of the link which indicates the type of the link. There exists an abstract model 'ExternalLink' already. When submitting a link the user should be able to selecht the type of the link. If the link points to an known service (i.e. youtube), the backend should automaticly assign the link type. Links should not be editable, only deletable.
Comment by @Commander1024 from Sat, 02 Oct 2021 06:10:51 CEST
To-do:
extend LINK_TYPES
match LINK_TYPES to material icons names
extend LINK_DOMAINS
add template magic to match LINK_TYPE to MDI
add translations
add MDI font (+ resolver magic in template)
## Original https://git.mowoe.com/reverend/lostplaces-backend/issues/50 by @reverend from Sun, 02 May 2021 11:47:46 CEST
The photoalbum links on a places detail view should be extended to general links, i.e. youtube videos, blog entries to other sites, other map links. Every link should have an icon displayed in front of the link which indicates the type of the link. There exists an abstract model 'ExternalLink' already. When submitting a link the user should be able to selecht the type of the link. If the link points to an known service (i.e. youtube), the backend should automaticly assign the link type. Links should not be editable, only deletable.
### Comment by @Commander1024 from Sat, 02 Oct 2021 06:10:51 CEST
To-do:
- extend LINK_TYPES
- match LINK_TYPES to material icons names
- extend LINK_DOMAINS
- add template magic to match LINK_TYPE to MDI
- add translations
- add MDI font (+ resolver magic in template)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Original https://git.mowoe.com/reverend/lostplaces-backend/issues/50 by @reverend from Sun, 02 May 2021 11:47:46 CEST
The photoalbum links on a places detail view should be extended to general links, i.e. youtube videos, blog entries to other sites, other map links. Every link should have an icon displayed in front of the link which indicates the type of the link. There exists an abstract model 'ExternalLink' already. When submitting a link the user should be able to selecht the type of the link. If the link points to an known service (i.e. youtube), the backend should automaticly assign the link type. Links should not be editable, only deletable.
Comment by @Commander1024 from Sat, 02 Oct 2021 06:10:51 CEST
To-do: