Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add proposals list page #236

Closed
oshorefueled opened this issue Aug 17, 2020 · 1 comment · Fixed by #331
Closed

add proposals list page #236

oshorefueled opened this issue Aug 17, 2020 · 1 comment · Fixed by #331
Assignees
Labels
enhancement New feature or request
Projects

Comments

@oshorefueled
Copy link
Contributor

A proposals page should be added. When I open the proposals list page, I should see a list of proposals from the politeia server.

Below is a layout for the page to be modelled after.
proposals view list

@oshorefueled oshorefueled added the enhancement New feature or request label Aug 17, 2020
@oshorefueled oshorefueled added this to To do in godcr board via automation Aug 17, 2020
@xaur
Copy link

xaur commented Nov 13, 2020

I suggest aggresively caching proposals and their metadata (published date, edited date, status, etc) to minimize traffic to a central server. It even allows to fire up godcr and read proposals offline.

I would go as far as add the "update" button to grab the data manually and update the local proposal database.

This requires some sync logic to fetch only those proposal revisions that are missing.

Storing hundreds of markdown files will take just a few megabytes.

godcr board automation moved this from To do to Done Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
godcr board
  
Done
Development

Successfully merging a pull request may close this issue.

4 participants