Skip to content
This repository has been archived by the owner on Dec 29, 2018. It is now read-only.

Latest commit

 

History

History
90 lines (84 loc) · 1.84 KB

TODO.md

File metadata and controls

90 lines (84 loc) · 1.84 KB

Gramps Connect

Current Status

General

  • Delete with confirm
  • Image viewer
  • Paged view for all
  • Validation and redo (insure unique, give error messages, retry)
  • Actions
    • List, search, view
    • Where do they go? How to notify? In background?
    • Reports
    • Exports
    • Imports
  • User settings (password, theme, database, superuser, rw, access to tree, preferred output format (html, pdf, svg))
  • Search

Forms - add, edit, view list

  • Person (except bools and lists)
  • Family
    • List
    • View and Edit
  • Citation/Source (form should be shared)
    • List
    • View and Edit
  • Source
    • List
    • View and Edit
  • Event
    • List
    • View and Edit
  • Media
    • List
    • View and Edit
  • Place
    • List
    • View and Edit
  • Repository
    • List
    • View and Edit
  • Note
    • List
    • View and Edit
  • Tag
    • List
    • View and Edit

Editing

  • Lists (tags, etc)
  • Types (pick list with override)
  • Gender

Tabs

  • Address
  • Association
  • Attribute
  • Children (for Family)
  • Citation
  • Citation Reference
  • Data
  • Event Reference
  • Event (needs link)
  • Internet (for Repository)
  • LDS
  • Location
  • Media
  • Media Reference
  • Name
  • Note
  • Note Reference
  • Person Reference
  • Place Reference
  • Repository Reference
  • Repository
  • Source Reference
  • Surname
  • Tag Reference

Issues

  • Tables sort order. Apparently, Gramps Gtk will resort the entire table to get tke order correctly. We should be able to do better, for this and Gramps Gtk. get_XXX_handles(sort_handles=True) This order is a rough surname-ordered, only used for picklists.