openforis / sepal

Geographical Data Processing in the Cloud
https://sepal.io/
MIT License
210 stars 46 forks source link

integrate the app management in the source code #143

Open 12rambau opened 2 years ago

12rambau commented 2 years ago

Would it be possible to gather the app information in a json or yaml file that developers could manipulate using PR?

{ 
    "apps": {
        "alert_module": {
           "repository": "turlutut.github.com",
            "name": "toto" ,
            "description": "blablablou",
            "tags": ["tag_list"],
            "instance": "x128",
        }
    }
}

It would avoid us to message the main developers of the website to be deal with minor changes, but simply request PRs review.

cdanielw commented 2 years ago

Perhaps not all of the information should live within the app. Things like tags are things we'd like to control in one single place, and reorganize as we want. On the other hand, properties like name and description (and their translations) would make perfect sense to keep within the app.