Giter VIP home page Giter VIP logo

Comments (5)

MichaelMure avatar MichaelMure commented on June 16, 2024 3

That's part of the "master plan". git-bug is design to be easy to pick-up for them.

However it's probably way too early for such a push. git-bug would need to have a more stable core and data model, and attract actual users.

from git-bug.

 avatar commented on June 16, 2024

to attract stable users whats the MVP then ?
Being able to use git-bug with github ? I honestly am not sure but curious the direction you want to head.

from git-bug.

MichaelMure avatar MichaelMure commented on June 16, 2024

Actually there is different groups of users and thus different levels of MVP, each being a super-set of the previous.

Here is how I see them and what is required to enable them:

  1. autonomous project (no bugs submitted by non-dev)
    - stable data model (mainly #5)
  2. usage complementary to another tracker, bugs available offline as read-only
    - incremental import from the main bug-tracker (probably github at first)
  3. usage complementary to another tracker, bugs available offline as read/write
    - incremental bidirectional bridge with the main bug-tracker
  4. standalone usage
    - webUI able to serve as a public interface to edit bugs

from git-bug.

kardianos avatar kardianos commented on June 16, 2024

Out of curiosity, is there a substantial difference between git-bug's internal storage method and NoteDB https://gerrit-review.googlesource.com/Documentation/note-db.html ?

from git-bug.

MichaelMure avatar MichaelMure commented on June 16, 2024

From what I gather from this, it's generally the same idea with some differences. The slides are a bit light in details so it's more an educated guess.

Both git-bug and NoteDb store data in a (linear for git-but, not sure for NoteDb) chain of commit accessible through a ref, don't pollute the normal code workflow and rely on git for storing/transport of the data.

However, NoteDb seems to store data as key/value pairs in commit message. git-bug goes further than that and store arbitrary data in git Blob and Tree, and tie them in a chain of commits. This gives the sames guarantees but allow for a more flexible format. As an example, git-bug can store files for the embedded media in comments and have them managed by git as well. This data model also helps to implement the conflict-free merge.

I don't think that Gerrit needs to have that flexibility or merging data, so I'd say it's good enough for them.

from git-bug.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.