GithubHelp home page GithubHelp logo

womenhackfornonprofits / ocdaction Goto Github PK

View Code? Open in Web Editor NEW
17.0 17.0 12.0 1.69 MB

OCD Action App - A collaborative, youth­led project aiming to make use of digital technology to provide mental health support to children & adolescents suffering with anxiety.

Home Page: http://staging-ocdaction.herokuapp.com/

Python 15.84% HTML 14.20% JavaScript 0.37% CSS 69.59%

ocdaction's Introduction

ocdaction's People

Contributors

elischutze avatar elizabethvenner avatar gnocchi2815 avatar jlin95 avatar jsms90 avatar lili2311 avatar lmash avatar lolapwa avatar madeleinel avatar mybits avatar natalia-z avatar snyk-bot avatar teekirol avatar vao11 avatar yanniey avatar

Stargazers

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

Watchers

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

ocdaction's Issues

Create an edit Task View, Form & Template

Each user task should be editable by clicking on the task name or id form the task list view.

  1. Each task should be accessible on the tasks id in the url
  2. Each task should have all fields editable but user, so the form should allow a user to edit the task name, task fears, goals and compulsions only
  3. The task view should return a 404 if a user tries to edit a task id that doesn't exist for that user.

Amend the image links to hosted urls

Contributing

Link is broken in:

"Please follow a few guidelines in order to contribute to the project set out in the Contributing file"

?Same issue? CONTRIBUTING.md is an empty file.

Think

The language in the Think tab has not been written yet

Note: done during meetup women hack

Django version 1.9 is no longer supported

The site is built using Django 1.9 which is no longer supported. The latest version is 1.11 which will be supported until 2020.

Investigate upgrading including any issues with compatibility.

Sitemap

Link 2 and Link 3 don't work

Note: found at meet up women hack

Heroku did not run migrations during deployment

The app at https://staging-ocdaction.herokuapp.com/ was returning a Server 500 error
when viewing the act page

heroku Log showed the below
2017-06-26T19:01:32.653345+00:00 app[web.1]: ProgrammingError: column tasks_task.created_at does not exist

To resolve the issue I ran migrations: heroku run python ocdaction/manage.py migrate --app staging-ocdaction

However we should migrate automatically when a new build is deployed to Heroku
adding the below to the top of ocdaction/Procfile should ensure this

release: python manage.py migrate

Needs to be tested though - possibly when next model changes are made

Load only X amount of tasks at a time (the most recent/used ones)

In the users tasks overview view only load X amount of not archived tasks, sorted by latest added/changed.

  • make sure only non-archived tasks are returned
  • make sure the tasks are sorted by creation date and then latest updated
  • make sure we only return 10 tasks max

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.