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

Expose album URLs #28

Open
SilasPeters opened this issue Nov 2, 2023 · 1 comment
Open

Expose album URLs #28

SilasPeters opened this issue Nov 2, 2023 · 1 comment
Labels
enhancement Proposes (changes to) a feature

Comments

@SilasPeters
Copy link
Member

It would be cool, especially when being able to view older activities, to go to the activity's album straight from the activity page on koala. However, this requires koala to know the URL.

  1. We could make the URL's deterministic, so that it's URL would be chroma.svsticky.nl/album/{activity ID}
  2. Koala can retrieve an albums URL be giving the activity ID

In both cases the activity ID must be associated with the album.

Whether we will use it or not, it would be nice for future purposes to be able to get an album's url

@SilasPeters SilasPeters added the enhancement Proposes (changes to) a feature label Nov 2, 2023
@SilasPeters SilasPeters changed the title Allow for koala to get the URL of an activity's album Expose album URLs Nov 2, 2023
@TobiasDeBruijn
Copy link
Member

I like the idea, though I'd go about it a different way.

  1. When creating an album, add a field for Koala's activity ID
  2. Add an API endpoint to resolve a Koala activity ID to a Chroma album ID
  3. Koala can now link to the Chroma album.

Alternatively, with a new activity system, we can link to the album directly in the activity system. This approach I think is better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Proposes (changes to) a feature
Projects
None yet
Development

No branches or pull requests

2 participants