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

Generic Entities (Refactor) #20

Open
moul opened this issue Sep 10, 2019 · 1 comment
Open

Generic Entities (Refactor) #20

moul opened this issue Sep 10, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@moul
Copy link
Owner

moul commented Sep 10, 2019

We need to have fewer entity types that share more common fields and have some specific ones.


Here is the first idea:

  • Task
    • Attributes:
      • Type -> the type
      • IsDummy -> if true, the task is not something todo, but just a step that contains multiple tasks
    • Fits well for:
      • GitHub: Issues, PRs, Milestones
      • GitLab: Issues, MRs, Milestones
      • Jira: Tasks, Epics, Stories, Milestones
      • Trello: Cards
  • Topic:
    • Fits well for:
      • GitHub: Labels, Topics
      • GitLab: Labels
      • Jira: Labels
      • Trello: Label
  • Owner:
    • Attributes:
      • Type: the type
    • Fits well for:
      • GitHub: Users, Organizations, Team, Repo
      • GitLab: Users, Group, Repo
      • Trello: User, Project
      • Jira: User, Workspace, Project
@moul moul changed the title Refactor to standardize Generic Entities (Refactor) Sep 10, 2019
@moul moul added the enhancement New feature or request label Sep 12, 2019
@moul
Copy link
Owner Author

moul commented Oct 29, 2019

currently giving a try in moul/depviz#190

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant