Goal:
Storing information about LDN applications as Github comments, has proven to be ineffective, as it requires manual pulling and parsing of data using regex each time. However, replacing Github with our own backend is not feasible due to certain constraints. To address this problem with the given constraints, we propose to continue using Github as our primary database but change the way we store LDP application information. Instead of comments, we will store the data in JSON files. This will improve the efficiency of data retrieval and eliminate the need for manual parsing.
KPIs: - TTD (in datacapstats.io)
Next Milestones:
test the schema with new issues being created (both github issue and JSON format will exist)
Create and test a version of tooling that can read from JSON files instead of issues
Create a seperate interface (filplus.storage) for clients to enter data
direct this interface to create a pull request instead of a new issue. Close the path for clients to manually create new issues by way of github UI
More info: