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

Mentioned on Feature #447

Open
3 tasks
glensc opened this issue Jan 23, 2019 · 3 comments
Open
3 tasks

Mentioned on Feature #447

glensc opened this issue Jan 23, 2019 · 3 comments
Assignees

Comments

@glensc
Copy link
Member

glensc commented Jan 23, 2019

I'd like to have mentioned on feature in Eventum.

Similar to what JIRA has:

The Same feature exists in GitLab with its internal links being inserted to issues or comments.

tasks

  • api to add relations (xmlrpc?)
  • table to store the relations
  • ui to show the relations
@glensc
Copy link
Member Author

glensc commented Jan 23, 2019

I started #448 to create the mentioned events from gitlab events.

@balsdorf: ideas of structure and on the naming?

i was thinking to start with jira like structure:

  • table: remote_links(int rel_iss_id, string rel_gid, string rel_relationship, string rel_url, string rel_title)?

proceeding so: #449

@balsdorf
Copy link
Contributor

I think that relationship is good. No need to make anything overly complicated to start.

As far as API goes, I much prefer REST vs XMLRPC as I find it much easier to work with, but since we already have an xmlrpc api it probably makes sense to make it part of that. If you are implementing something different then I'd at least explore a simplistic rest api.

@glensc
Copy link
Member Author

glensc commented Jan 23, 2019

In #448 I just emit EventDispatcher event, so i can have workflow method calling API to insert records. The API in this case would be just Doctrine Repository methods.

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

No branches or pull requests

2 participants