GithubHelp home page GithubHelp logo

nicjohnson / gent Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bencrowder/gent

0.0 2.0 0.0 336 KB

Genealogy todo list in Django.

License: MIT License

Python 48.43% JavaScript 25.31% CSS 26.26%

gent's Introduction

Gent

A simple genealogy todo item app.

Installation

These installation instructions assume some basic knowledge of Django.

  • Clone the repo
  • Create a virtualenv for the project if you want
  • Copy settings_sample.py to settings.py and edit to taste (and make sure you put something in SECRET_KEY)
  • pip install -r requirements.txt
  • ./manage.py migrate
  • ./manage.py createsuperuser
  • ./manage.py runserver 8001

Usage

Items are attached to families, which have a husband and/or a wife.

To add a new item/family:

  • Click the "Add Item" button at the top of the screen (or hit Ctrl+Return)
  • Type in the todo item in the box at the top of the dialog
  • In the Family field, type the husband's name followed by a slash followed by the wife's name (and you can leave the husband's or wife's name blank)
    • For example, "Gregorio Sanchez / Isabella Gutierrez"
    • If you've already added families, they'll show up in an autosuggest box
  • Click Add Item
  • On the detail page for the new item, you can click on the family link and then edit the family to add Family Tree ID numbers
  • To complete an item, click its box on the detail page
  • To uncomplete an item, click its box again on the detail page

On the family page, items can be rearranged (drag and drop).

To see everything in the system, search for *.

Keyboard shortcuts

  • Ctrl+Return to open Add Item dialog
  • Shift+Return to save changes on a dialog
  • / to focus on the search box
  • h to return to the home page

gent's People

Contributors

bencrowder avatar

Watchers

Nic Johnson avatar James Cloos avatar

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.