thepetk / projectman

Github Project Manager is an automation related to Github Projects
Apache License 2.0
3 stars 0 forks source link

Support usage of remote projectman.json files #9

Closed thepetk closed 1 year ago

thepetk commented 1 year ago

/type task

Which area/kind this task is related to?

/label library

Issue Description

Atm, projectman is looking inside its own repo to fetch any projectman.json files. This should be changed and we should support reading files from the given REPO.

That said we should not open a file inside the JsonParser class, instead we should implement a GithubProvider class that will be responsible to fetch the contents of this file from origin.