GithubHelp home page GithubHelp logo

melbania / happy-logs Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 2.22 MB

A Python/Django application that was developed using the Learning Log web app project tutorial (Ch. 18-20) in _Python Crash Course_ by Eric Matthes. Users track what they've learned in entries that are grouped by a user-defined topic.

Home Page: https://happy-logs.herokuapp.com/

Python 4.19% HTML 5.75% CSS 12.25% JavaScript 77.81%

happy-logs's People

Contributors

melbania avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

happy-logs's Issues

Topics page is kinda ugly.

Add a panel with curiosity quote as header and topics list as content. Keep Add Topic button outside of panel. Maybe add a max height or fixed height to panel.

Add buttons to 'edit_entry' page.

Add "save changes" and "cancel" buttons to top of page for convenience. When proofreading long entries, can be annoying to have to scroll all the way down past the "Preview" pane to hit the "save changes" button.

Login request resulting in 403 Forbidden Error

Attempted to login on iPad and laptop after last push to Heroku, in which CSRF_COOKIE_SECURE and CSRF_SESSION_SECURE config vars were set to True; got the following error message:

CSRF verification failed. Request aborted.

Need to research error and find a fix. Find relevant Django docs here.

Add 403 Forbidden page

Tried logging in on an iPd, got the following message rendered via a not-customized Django template:

Forbidden (403)
CSRF verification failed. Request aborted.
You are seeing this message because this site requires a CSRF cookie when submitting forms. This cookie is required for security reasons, to ensure that your browser is not being hijacked by third parties.
If you have configured your browser to disable cookies, please re-enable them, at least for this site, or for 'same-origin' requests.

Need to add a customized 403 template for aesthetic consistency.

Add buttons to bottom of 'topic' page.

Add "add an entry" and "back to topics" buttons to the bottom of a topic's 'topic' page (which shows all of the entries for that topic). It would be nice to have them at the bottom of the page for convenience when scanning through a long list of entries.

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.