Giter Site home page Giter Site logo

vanesa / kid-o Goto Github PK

View Code? Open in Web Editor NEW
33.0 5.0 2.0 8.88 MB

Kid-O App helps children's aid Orgs keep an overview of their children.

License: BSD 3-Clause "New" or "Revised" License

Python 13.57% CSS 6.84% HTML 54.70% JavaScript 24.63% Mako 0.11% Shell 0.02% Makefile 0.11%
management-system childrens-aid-project aid charity charities children-profile children kids cms

kid-o's People

Contributors

alanhamlett avatar darrylbalderas avatar vanesa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

kid-o's Issues

Create Lazyload

Look into the best JS Lib for Lazy load and integrate it.

Decide between Heroku + Netlify vs DigitalOcean, or support deploying to both

We use the Flask-Static-Compress extension to minify and bundle our static JS and LESS files. Heroku is nice, but we don't want to check these bundled files into git. We could use Netlify to automate running Flask-Static-Compress and host the static bundles, then point our Flask app running on Heroku to use Netlify's CDN as the STATIC_URL in our HTML/Jinja2 templates.

Or, we could use a linux virtual machine from DigitalOcean and run Flask-Static-Compress when deploying to the server and just host the bundles on the droplet's filesystem.

Heroku + Netlify is free unless we get more than 10k rows in our database, then it starts at $50/mo. Heroku will also sleep (turn off the server) after not being used for a while, so initial visits to the website will be slow around 10s. Paying $7/mo prevents dynos from sleeping. Heroku + Netlify automates the build/deploy process and they manage OS updates for us, but having no local filesystem is the downside... or upside.

DigitalOcean is $5/mo with practically unlimited (25GB) rows in the db, since it doesn't limit rows only SSD storage space. It's performance would be better than Heroku, but requires manually managing the server with OS updates and configuring our own build/deploy process.

Contribution

Hey Vanesa,

I'd like to contribute to this project. Is there anything you'd like me to do?

Make children model attributes dynamic

Via admin, should be able to add new field to children object of type multiple choice single answer, text, paragraph, multiple choice multiple answer, checkbox, radio select. Each attribute/field will have name, type, value, is_required. That way new child attributes can be added without writing new code, should be as simple as adding a new "question" when creating a google form.

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.