Coder Social home page Coder Social logo

callahanhirrel / budget-tracker Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 2.47 MB

Real time tracking of budgets and funding for college/university academic departments.

License: GNU General Public License v3.0

Python 42.65% HTML 47.80% CSS 3.29% JavaScript 6.26%
flask python web-application

budget-tracker's People

Contributors

callahanhirrel avatar

budget-tracker's Issues

This application needs an "About" page

Pretty self explanatory, just a short "About" page. Some things to consider:

  • what would be appropriate to include on it, and
  • what the permissions should be for viewing.

The routing function is already present in routes.py, but currently returns None.

Crash when loading a user's image file in routes.py

This line specifically:

img_file = url_for('static', filename=f'profile_pictures/{current_user.img_file}')

This is the exception:

AttributeError: 'AnonymousUserMixin' object has no attribute 'img_file'

My guess is the default picture is not being loaded correctly, but it also may be fixed by having an actual user in a session.

Clicking navbar items does nothing when they are <button> tags

The current workaround is by changing them to anchor tags, but I'd prefer to get them to work as buttons. As an example, from layout.html, the following works:

<a class="nav-item nav-link" href="{{ url_for('logout') }}">Logout</a>

But the following does not work:

<button type="button" class="btn btn-dark" href="{{ url_for('logout') }}">Logout</button>

This may be an easy fix.

Main/Home page

Need to think about how the main page should be designed. My thinking is having a table that is automatically filled based on the department of the user, but I'm not sure what else should be included.

Password reset

There's already a link and everything, it just needs to be implemented.

Making a distributable package

I need to research this more, but basically using something like setuptools to make this project a distributable package. This will make it easier to work on switching computers, and is a better way to keep track dependencies, as opposed to the currently-used requirements.txt.

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.