release-engineering / rcm-release-data

A library providing basic abstraction to read release data from different providers.
GNU General Public License v3.0
0 stars 0 forks source link

[SPIKE] should this library be able to add/edit data? #3

Open lkocman opened 6 years ago

lkocman commented 6 years ago

This is something that needs to be answered within the team. Currently rcm-pdc itself can import only repositories, rest is done via pdc / pdc-client tooling itself. Technically we coud use pdc command itself.

So this would only contain getters. The idea behind is that team responsible for the backend we're using (PDC, ...) should provide us tooling to import our release data.

Thoughts?

lkocman commented 6 years ago

Imho this should only provide abstraction and generic api for reading data. Not add/edit/delete.

lkocman commented 6 years ago

@Tojaj what do you think?