Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Support search on almighty URL(external user facing UI URL) #380

Closed
aslakknutsen opened this issue Oct 19, 2016 · 3 comments
Closed

Support search on almighty URL(external user facing UI URL) #380

aslakknutsen opened this issue Oct 19, 2016 · 3 comments
Milestone

Comments

@aslakknutsen
Copy link
Contributor

aslakknutsen commented Oct 19, 2016

Related to #330
Depends on #382

Example: http://demo.almighty.io/#/detail/71

@sbose78
Copy link
Member

sbose78 commented Oct 21, 2016

Hi @aslak,
As @thomas mentioned in the mailing list, the full url of a workitem is not known to the ALM core and so the front end should be parsing out the ID from the URL and sending a search Ajax request to the alm-core webservice with the ID.

Let me know if this is how it's supposed to work.

If yes, then there needs to be no additional major effort for supporting search using URLs in the alm-core.

@aslakknutsen
Copy link
Contributor Author

The backend would need to know this anyway. When a commit comes in we should be able to scan the message and link up the references to a WI, or when someone writes a comment on a WI, or a user write a link as part of the WI description, etc..

@sbose78
Copy link
Member

sbose78 commented Oct 26, 2016

@aslakknutsen
Do you mean, that the backend needs to parse out the workitem ID from the URL using the external URL pattern?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants