Giter Club home page Giter Club logo

piku-dashboard's Introduction

The Encyclopedia of Me ๐Ÿ‘‹

Iโ€™m a developer with a colourful background in arts and technology, and a lot of experience to boot. This gives me some unique input on both sides of the creative/technical equation.

At my core, I am an engineering obsessive and I love learning how things work.

I love writing little dumb tools and exploring programming meta through new languages.

Facts

[
    "A camel can shut its nostrils in a sand storm.",
    "Flamingos produce milk.",
    "Human thigh bones are stronger than concrete.",
    "A Polar Bear can eat up to 86 penguins in one sitting."
]

piku-dashboard's People

Contributors

corvimia avatar rwnx avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

piku-dashboard's Issues

Add Linting

  • Establish a canonical formattings style and linter (Black?)
  • capture version (some format like dev-requirements.txt: do not put this in the main requirements.txt otherwise piku will install it on deploy)
  • Add documentation for running the linter
  • Run the linter on the project (and commit the result)

Detect dashboard app name

detect the dashboard app name by looking at the app directory, and remove the requirement to specify this in the environment.

Add version readout

  1. add a version to the app in a __version__ var
  2. display this somewhere in the app

New Version Link is displayed when app is already up-to-date

The new version detection introduced in #34 is showing up when the app is already up to date.

Below: a screenshot of the piku_dashboard app at the current commit, and following the link through shows the same commit sha.

Technical stuff:

  • I think this is because short git commit SHAs are actually 7 characters, not 6, like we slice them here
  • I think we should avoid this entirely by returning the entire SHA from get_github_sha and use a startswith match in the template.

image

image

Add User Management

  • piku-dashboard should start with a default admin/password configuration
  • should be able to view, create, update and delete users to grant access to the platform
  • a use with config/push rights should be able to reset the password state of the dashboard (i.e. by changing a config setting)
  • admin should be prompted to reset password on first login

Technicals

  • without a database, data could be serialized and stored in piku-dashboard's config variables
  • passwords should be stored hashed

Hash password env

It would be nice if the password environment config (or however we're storing it) wasn't just the password in plaintext.

Add author info

e.g.

made with love by Rowan โœจ

or something soppy like that

Add "remove config"

  • I should be able to remove a config key from the "Manage Config" Screen
  • This should be a button for each config item (suggestion pictured)

image

Improve error handling

  • When a fatal error occurs, page returns a generic 500 error
  • It could display more information about the error
  • It could display logs from the self_app

check when piku_dashboard is out of date

  • we know the current commit SHA of the dashboard app
  • we know the current main/version on the public github?
  • The app should be able to tell you if it's out of date
  • the app should link you to the latest version

image

Thanks for making this!

First, sorry for writing an issue about this. But I figured that it would be easiest way to get in touch with you and knowing that code you wrote is being used is a great feeling.

I use this since 5 months and it is really great! I share my server with friends and this gives them easy access to logs and restarts etc. It has been really great so far and thanks for building this.

Permissions

Requires User Management #20

  • it should be possible to grant users permissions to specific applications or

grant list (per app)

  • can restart
  • can view logs
  • can destroy
  • can manage config

Technicals

  • store this as a bitmask? for size.

Visually hide configs by default

At the moment the config page just displays the form values in plaintext.

Ideally, these values should require pressing a button to reveal.

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.