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

Define the core data models for the tool #2

Open
acovaci opened this issue May 16, 2024 · 0 comments
Open

Define the core data models for the tool #2

acovaci opened this issue May 16, 2024 · 0 comments
Labels
discussion For when there's not a clear requirement set, and arriving to a solution requires discussing it.
Milestone

Comments

@acovaci
Copy link
Owner

acovaci commented May 16, 2024

We should define the core "objects" we're working with. Keeping a note of the current definition here.

Data models

Project

A bunch of code we're working on. Should have one (or more?) repos, and a bunch of tools attached.

Properties

  • name: str
  • repos: []
  • tools: []

Repository

A collection of code. Could easily be just a git repo for now.

Properties

  • upstream

Tool

Some bit of other code that we use. Maybe should have an executable? Leaving this open-ended for now.

@acovaci acovaci added feature A suggestion for a new feature. discussion For when there's not a clear requirement set, and arriving to a solution requires discussing it. and removed feature A suggestion for a new feature. labels May 16, 2024
@acovaci acovaci added this to the git-support milestone May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion For when there's not a clear requirement set, and arriving to a solution requires discussing it.
Projects
None yet
Development

No branches or pull requests

1 participant