Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

feat: shareable entity identifiers #393

Merged
merged 2 commits into from May 15, 2020

Conversation

rudolfs
Copy link
Member

@rudolfs rudolfs commented May 14, 2020

This adds the shareable entity identifiers to all endpoints.

Refs: #175, #270

  • profile projects screen (for unregistered projects)

Screenshot 2020-05-14 at 18 06 42

  • project screen (for unregistered project)

Screenshot 2020-05-14 at 18 06 54

  • org screen

Screenshot 2020-05-14 at 18 07 35

  • org projects screen

Screenshot 2020-05-14 at 18 07 52

@rudolfs rudolfs requested review from xla and cloudhead May 14, 2020 16:13
@rudolfs rudolfs mentioned this pull request May 14, 2020
26 tasks
@rudolfs rudolfs self-assigned this May 14, 2020
@rudolfs rudolfs added feature Something that doesn't exist yet proxy labels May 14, 2020
@rudolfs rudolfs added this to the Identities I milestone May 14, 2020
@@ -116,7 +116,8 @@ mod handler {

Ok(reply::with_status(
reply::json(&project::Project {
id: librad::project::ProjectId::from(id),
id: librad::project::ProjectId::from(id.clone()),
shareable_entity_identifier: format!("%{}", id),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 dipping into proxy

@xla xla changed the title Add missing shareable entity identifiers feat: shareable entity identifiers May 14, 2020
Copy link
Contributor

@xla xla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is gonna change a lot and won't stay this way once we get around to the coco integration, it will develop into a proper urn scheme. For now we can proceed with this.

🎛 🌇 👫 🌪

@rudolfs rudolfs merged commit a696875 into master May 15, 2020
@rudolfs rudolfs deleted the rudolfs/add-shareable-entity-identifiers branch May 15, 2020 07:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature Something that doesn't exist yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants