ossn / fixme_backend

6 stars 17 forks source link

Project model only #22

Closed kounelisagis closed 4 years ago

kounelisagis commented 5 years ago

We just need one model because:

So we need one, but which one?

We use the Project Model and not the Repository Model because: Open Source Contributors know them as “projects” Better compatibility with the current front-end (only /api/projects endpoint available)

Endpoints

developer.github.com/v3/projects docs.gitlab.com/ee/api/repositories.html

developer.github.com/v3/repos docs.gitlab.com/ee/api/projects.html

Conclusion: GitLab: what we want is called “project”, so we are ok. GitHub: we use repos endpoint. We get the information from there and we just name it as “project”.

alexdor commented 5 years ago

@kounelisagis you have to resolve the merge conflicts by rebasing your changes on top of the current master