web3privacy / web

Web3Privacy Now Website: https://web3privacy.info
https://web3privacy.info
MIT License
4 stars 5 forks source link

Improvements to the "Research" page #4

Open burningtree opened 9 months ago

burningtree commented 9 months ago

Research Page: https://web3privacy.info/research/

It would be worth adding to every research item at least:

Needs input from @Msiusko

burningtree commented 8 months ago

Now we have GitHub projects where is all individual researches tracked, so we can use this as data source.

Ideal would be make synchronization scripts in @web3privacy/data repository

burningtree commented 8 months ago

I worked on it a bit, so the Research page on the website is now automatically synchronized with the Research GH Project. Its 100% controlled by this project.

  1. every research have own number (of Issue) - for references
  2. title of issue = name of research
  3. labels on issue = labels on website (for example DB - its up to you how you use it)
  4. there is 4 categories (delivered, upcoming, backlog, deprecated) - you can control it by put issue in specific column
  5. assignees on Issue = authors showed on website
  6. additional properties in "front-matter" - first part of issue description (there is "caption" as short description, "description" as long description, "link" as link to research and "docs" as link to documentation)

Updates in GH project will show on website within 1-8 hours (its not realtime).

Full process is that GitHub Project is synchronized every 1 hour with data repository (https://github.com/web3privacy/data) and then every 4 hours synchronized on website.

cc @Msiusko