connorjoleary / DeepCite

Traversing links to find the deep source of information
GNU General Public License v3.0
69 stars 7 forks source link

Deadmau6 version control #65

Closed deadmau6 closed 4 years ago

deadmau6 commented 4 years ago

Fixes issue #42

deadmau6 commented 4 years ago

Does this affect the version of the model, lambda, and extension? Or is this a separate version?

So currently this would affect VERSIONS_EXTENSION but I could include the API, MODEL, and LAMBDA to be under a single VERSION. Is that something that we want?

connorjoleary commented 4 years ago

For this project, I am thinking of using a micro-service architecture, with the model, extension, and lambda all being a different service. What I am reading is suggesting that each service should have its own version, so I dont think that we should group them into one.

connorjoleary commented 4 years ago

But the change log you are suggesting would only apply to the extension right?

deadmau6 commented 4 years ago

But the change log you are suggesting would only apply to the extension right?

Correct and if we are doing a microservices architecture I agree we should have separate versions and CHANGELOGS, so I will get on that. I am gonna be out of town this weekend so I will have to get back to this next week hope that's okay?

connorjoleary commented 4 years ago

Yes! And thank you so much for putting this together.