Computer-science: Trello board is out of date

Created on 4 Apr 2020  路  3Comments  路  Source: ossu/computer-science

I was using the trello copy. The "022 - Algorithms: Design and Analysis, Part I" has link for course on langunita. The platform closed on 31/march/2020.
It would be great if you could update it on trello.
Thanks

Most helpful comment

There is a branch titled JSON. In that branch there is a file called curriculum.json
That file has the curriculum encoded as it currently stands.
Trello has an API.
It would be possible for someone to program an interpreter that takes the curriculum state from the JSON and uses it to update a Trello board using the API.

A good opportunity for an OSSUnian looking for a real world project!

All 3 comments

There is a branch titled JSON. In that branch there is a file called curriculum.json
That file has the curriculum encoded as it currently stands.
Trello has an API.
It would be possible for someone to program an interpreter that takes the curriculum state from the JSON and uses it to update a Trello board using the API.

A good opportunity for an OSSUnian looking for a real world project!

@waciumawanjohi I wrote a Python script to create new boards from the JSON you mentioned.

There's an active pull request here: #699

Thanks to @aislingdailey this issue can be closed!

Was this page helpful?
0 / 5 - 0 ratings