Giter Site home page Giter Site logo

pwalsh / openbudgets Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 34.0 23.6 MB

[DEPRECATED, but maybe stuff here to use] A web app and web API for storing, accessing, visualizing and comparing budgetary data.

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

JavaScript 38.50% Python 30.13% CSS 26.26% Makefile 0.03% HTML 5.08%

openbudgets's People

Contributors

alon avatar dorfire avatar dovp avatar guysoft avatar idoivri avatar molow avatar moshe742 avatar pwalsh avatar ravidziv avatar tudmotu avatar ydaniv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

openbudgets's Issues

Sharing objects

The widget can in theory be used on any object representation:

  • server-rendered pages
  • visualizations

The representation can be shared as follows:

  • Email (Emails a link to the representation, sent on behalf of the sharer)
  • Facebook (Share's the representation to the sharer's wall)
  • Twitter
  • Embed (get an embed code)
  • PNG/PDF

Following objects

The code for following is partially done. Following is not a feature in scope for the current project, but I'd like to implement it in any event. Below I describe what is done, and what is remaining

Use case

Any authenticated user can Follow an object. Following implies that the user will get notifications for any and all changes/updates to the "object". (IMPORTANT: when we say "object", I am referring to the whole "relational map" on an object - I get into this below.).

This is different from Starring an object - which is more like a bookmark, so the user can see her/his starred objects on her/his account page.

Following occurs through explicit, voluntary actions (user clicks the follow button on an object view), and also through other indirect actions (For example at this stage, commenting on an item also puts the commenter as a follower).

When a user is following an object, changes to the object trigger notifications to the user, describing the change.

Notifications are emails to the user. An email explaining the change, a link to the object itself, and a link to the user's account page where the user can, optionally, stop following.

Implementation

Explicitly, what would trigger a notification? How about:

  • Any change the the object
  • Any change to direct children of the object (eg: items in a budget)
  • Any comment on a child of the object, or on the object itself

In addition, the user need to be able cancel notifications, meaning, to stop following. This would be done from the user account page.

We have an app in the project called "interactions". It contains the existing code for following, as well as code for starring and commenting. We want to keep all follow functionality tight, and generic, inside the interactions app. The goal being, that interactions can be extracted out to become a pluggable django app for use in other projects.

Local government budgets from other countries

The aim would be to identify other local government systems that also have a fairly structured system for declaring budgets, and them work with the data and create a new instance of Open Muni Budgets for it.

I ( @pwalsh ) have already taken several steps in this direction in Australia - I am in contact with several people trying to find out real information on how I could work with either (a) State budgets (Australia is a federated system of government), and/or (b) local council budgets. Still working on that.

Any other similar directions would be great.

Taxonomies

Another idea that is with us from the beginning, but needs serious work done to understand and implement correctly.

There is currently a server implementation of taxonomies in the codebase, which may or may not serve as the basis of a future feature. Also, the template system itself is a kind of taxonomy, so perhaps that can also serve as the basis.

A system for tagging, possible use cases for both professionals and normal users.

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.