brainhackorg / global2021

Website for Brainhack global 2021
https://brainhack.org/global2021/
MIT License
3 stars 11 forks source link

refactor python code for issue to project page conversion #25

Closed Remi-Gau closed 2 years ago

Remi-Gau commented 2 years ago

the API calls and the conversion should be dissociated so that the conversion part can more easily be tested

Remi-Gau commented 2 years ago

It seems that we are going to be using the new github forms for project submission (see #5).

This will most likely break this python script that except we keep on using our old project submission template.

What we need to do:

We then have code that can parse the issues content created by the form.

Then we make calls to the API to grab the issue content and pass it to our parsing code.

The idea is just to be able to test our code with no API call.

AND actually before we do any of that, we should probably check if no one has created code to parse the output of github issues forms.