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 semi-automated dashboard #449

Merged
merged 21 commits into from
Oct 29, 2021
Merged

Add semi-automated dashboard #449

merged 21 commits into from
Oct 29, 2021

Commits on Oct 26, 2021

  1. Rename stats to dashboard and make english-only

    Since DAO report pages will only be in English anyway.
    Main reason for this is that open-ended narratives
    covering proposals and other notable cycle events
    are not feasible to translate (much like blog posts).
    m52go committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    137dc29 View commit details
    Browse the repository at this point in the history
  2. Remove markets graphs

    m52go committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    cac6a05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1d936f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1eaa34a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9eb58dd View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Rename stats.js to dashboard.js

    m52go committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    4e9524e View commit details
    Browse the repository at this point in the history
  2. Add bsq supply generated automatically

    Scripts are in new directory `./dao`.
    m52go committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    b73a0d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a42ddc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4914343 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0cd9cad View commit details
    Browse the repository at this point in the history
  6. Redirect /stats to /dashboard

    m52go committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    fc12343 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d994b7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    71470b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Configuration menu
    Copy the full SHA
    050ee37 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Configuration menu
    Copy the full SHA
    cfee29e View commit details
    Browse the repository at this point in the history
  2. Add dark mode tweaks

    m52go committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    ec6dbc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff99d36 View commit details
    Browse the repository at this point in the history
  4. Add back link on cycle pages

    m52go committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    87e6371 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75918b5 View commit details
    Browse the repository at this point in the history
  6. Implement codacy suggestions

    m52go committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    fef7f96 View commit details
    Browse the repository at this point in the history
  7. Remove try-catch blocks in python scripts

    This change stops main script execution in case of
    any errors. Previously, the script would tell the
    user about the error but continue.
    m52go committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    b6f5e9f View commit details
    Browse the repository at this point in the history