Difference between revisions of "User:Sam888"

From Gramps
Jump to: navigation, search
(Gramplets inspired by TMG's View/Windows)
(CI Test)
(40 intermediate revisions by the same user not shown)
Line 1: Line 1:
= TMG =
+
==Things to do==
 +
===Addons===
 +
* [[Addon:HtreePedigreeView]] - Orphaned by Patsy Lefebre
 +
* [[User:Sam888/TMG|TMG Importer project]] - On hold
 +
* [https://github.com/sam-m888/my-gramps-addons sam-m888/my-gramps-addons]
 +
** [https://github.com/sam-m888/my-gramps-addons/tree/master/ImageGramplet ImageGramplet] - Displays only the primary image.
  
== TMG Database importer (reads Backup SQZ ) ==
+
===Bug Triage===
Information related to TMG Import {{bug|7591}}
+
Issue State - Gramps Bugtracker:
 
+
* [https://gramps-project.org/bugs/search.php?project_id=0&status_id=10&sticky_issues=on&sortby=last_updated&dir=ASC&hide_status_id=90&match_type=0 '''new''' issues only in Date order (oldest to newest)]  (Started: 201409 Completed 20150523 with life in between...)
My attempt to create an importer for TMG
+
* [https://gramps-project.org/bugs/search.php?status_id=20&sticky_issues=on&sortby=last_updated&dir=ASC&hide_status_id=-2&match_type=0 '''feedback''' issues only in Date order (oldest to newest)]
* [http://sourceforge.net/u/sam888/gramps/ci/tmgimporter/tree/ sam888/gramps/ci/tmgimporter/]
+
* [https://gramps-project.org/bugs/search.php?status_id=30&sticky_issues=on&sortby=last_updated&dir=ASC&hide_status_id=-2&match_type=0 '''acknowledged''' issues only in Date order (oldest to newest)]
 
+
* [https://gramps-project.org/bugs/search.php?status_id=40&sticky_issues=on&sortby=last_updated&dir=ASC&hide_status_id=-2&match_type=0 '''confirmed''' issues only in Date order (oldest to newest)]
=== Prerequisites ===
+
* [https://gramps-project.org/bugs/search.php?status_id=50&sticky_issues=on&sortby=last_updated&dir=ASC&hide_status_id=-2&match_type=0 '''assigned''' issues only in Date order (oldest to newest)]
* [https://pypi.python.org/pypi/dbf/ Ethan Furman's dbf-0.96.002] - First release to support python 2.x and 3.x - Allows reading/writing dBase, FoxPro, and Visual FoxPro .dbf files (including memos)
+
* [https://gramps-project.org/bugs/search.php?status_id=80&sticky_issues=on&sortby=last_updated&dir=ASC&hide_status_id=-2&match_type=0 resolved ]- no action
* [https://pypi.python.org/pypi/configparser configparser] - library brings the updated configparser from Python 3.5 to Python 2.6-3.5. (Instead of having custom code to read TMG's text files)
+
* [https://gramps-project.org/bugs/search.php?status_id=90&sticky_issues=on&sortby=last_updated&dir=ASC&hide_status_id=-2&match_type=0 closed] - no action
 
 
== Gramps Enhancements to match TMG behavior ==
 
Only if it makes sense. eg: no matching ability in Gramps.
 
* {{bug|4970}} Showing TMG ID# in Gramps
 
* Possibly modify or have an additional Jump key to select an individual by TMG_ID#
 
 
 
=== Gramplets inspired by TMG's View/Windows ===
 
* TMG Mainviews (=Details Window)
 
**(Yes) TMG Person View - Good overview of all Tags and events related to a person (No real equivalent without running a report!)
 
**(No ) TMG Family View - similar to a family group sheet (Simpler than Gramps Relationship Category View)
 
**(No ) TMG Tree View - Graphical: pedigree-type display (Simpler than Gramps Charts Category > Pedigree view)
 
  
* TMG's Additional windows
+
===CI Test===
**(?) TMG Flags Window -
+
My attempt at improving CI
**( ) TMG Children Window -
 
**( ) TMG Siblings Window -
 
**(Yes) TMG Image Window - Displays Primary Exhibit only
 
**( ) TMG Associates Window -
 
**(?) TMG Focus Group Window - collects groups of people into list that you can save and reuse in filters.
 
  
* TMG Picklist (Searching)
+
* https://travis-ci.org/sam-m888/gramps
**(?) TMG Simple Picklist
 
**(?) TMG Expanded Picklist
 
**(?) TMG Project Explorer - (Advanced)
 
  
* TMG Masterlist (Gramps individual views are basically these but open the whole time)
+
;Coverage
** TMG Master Source List (All sources recorded) -> (Can also access the "Source definition" screen)
+
* https://coveralls.io/r/sam-m888/gramps
** TMG Master Repository List (Where source found)
+
* https://www.codacy.com/app/manzi-sam/gramps/dashboard
** TMG Master Place List (All places in Dataset/Project)
 
** TMG Master Event List (All events contained in tags)
 
** TMG Master Tag Type List (All Tag Types in alphabetical list)
 
** TMG Master Style List (All name & place styles)
 
  
* TMG Logs
+
* [[Testing Gramps]]
**( ) TMG Research Log
 
**( ) TMG Exhibit Log
 
  
* TMG Other features
+
=== Gramps User Manual ===
**(Yes) Accents (Ability to color a TMG tag/person that meets a condition)
 
  
*  TMG does not have these exactly but would be handy
 
**(###) Master People List - "TMG Picklist"'s above is almost equivalent.
 
**(###) Master Secrets List - All items that have some degree of privacy recorded against them would appear here.
 
*** In TMG Privacy record options include (See TMG User manual - "Excluding Information" pg:176):
 
**** ( ) Exclusion Marker: this uses the "-"(Hyphen) entered in an entry field. One "-"(Hyphen) hides the contents of the field from display (makes it invisible. Two "--"(Double Hyphen) means to never print or export (Not sure if you can override).
 
****
 
****
 
 
=User Manual=
 
 
The Gramps User manual is a mix of the following:
 
The Gramps User manual is a mix of the following:
 
*Reference manual  
 
*Reference manual  
Line 64: Line 34:
 
*Tutorials (how to?)
 
*Tutorials (how to?)
  
Also available in the sphinx format:
+
* [https://gramps-project.org/wiki/index.php?title=Category:Cleanup Category:Cleanup]
*Gramps Python API
 
  
==In-Progress==
+
* {{bug|8888}}
===Bug Triage===
 
Issue State - Gramps Bugtracker:
 
* [https://gramps-project.org/bugs/search.php?status_id=10&sticky_issues=on&sortby=last_updated&dir=ASC&hide_status_id=-2&match_type=0 '''new''' issues only in Date order (oldest to newest)]
 
* [https://gramps-project.org/bugs/search.php?status_id=20&sticky_issues=on&sortby=last_updated&dir=ASC&hide_status_id=-2&match_type=0 '''feedback''' issues only in Date order (oldest to newest)]
 
* [https://gramps-project.org/bugs/search.php?status_id=30&sticky_issues=on&sortby=last_updated&dir=ASC&hide_status_id=-2&match_type=0 '''acknowledged''' issues only in Date order (oldest to newest)]
 
* [https://gramps-project.org/bugs/search.php?status_id=40&sticky_issues=on&sortby=last_updated&dir=ASC&hide_status_id=-2&match_type=0 '''confirmed''' issues only in Date order (oldest to newest)]
 
* [https://gramps-project.org/bugs/search.php?status_id=50&sticky_issues=on&sortby=last_updated&dir=ASC&hide_status_id=-2&match_type=0 '''assigned''' issues only in Date order (oldest to newest)]
 
* resolved - no action
 
* closed - no action
 
  
===User manual ===
 
* [https://gramps-project.org/wiki/index.php?title=Category:Cleanup Category:Cleanup]
 
 
====Reports====
 
====Reports====
Check out each report[https://gramps-project.org/wiki/index.php?title=Gramps_4.1_Wiki_Manual_-_Reports]
 
 
Updated the Text reports page [https://gramps-project.org/wiki/index.php?title=Gramps_4.1_Wiki_Manual_-_Reports_-_part_6]
 
 
Update the Narrated Web Site Report [https://gramps-project.org/wiki/index.php?title=Gramps_4.1_Wiki_Manual_-_Reports_-_part_7#Narrated_Web_Site] only some images need to be redone.
 
 
Working on Graphical Reports [https://gramps-project.org/wiki/index.php?title=Gramps_4.1_Wiki_Manual_-_Reports_-_part_4#Timeline_Chart] A few images to be redone. and text to be updated to match dialogs
 
 
Separated and Expand the Quick Views reports [https://gramps-project.org/wiki/index.php?title=Gramps_4.1_Wiki_Manual_-_Reports_-_part_8#Quick_Views]
 
  
====Brief guide====
+
=== Gramps Developer Documents ===
See if you can update/rewrite this [https://gramps-project.org/wiki/index.php?title=Gramps_4.1_Wiki_Manual_-_Entering_and_editing_data:_brief]
 
  
==Finished==
+
In the sphinx format:
 +
* [https://gramps-project.org/docs/ Gramps Python API]
  
 
= Information =
 
= Information =
 
* [https://gramps-project.org/wiki/index.php?title=Reviews#General General Gramps Project Information]
 
* [https://gramps-project.org/wiki/index.php?title=Reviews#General General Gramps Project Information]
 +
* [https://gramps-project.org/wiki/index.php?title=Website_application_upgrades Gramps Website application upgrades] - Wordpress/MantisBT/Mediawiki
  
 
[[Category:User|S]]
 
[[Category:User|S]]

Revision as of 03:39, 25 September 2015

Things to do

Addons

Bug Triage

Issue State - Gramps Bugtracker:

CI Test

My attempt at improving CI

Coverage

Gramps User Manual

The Gramps User manual is a mix of the following:

  • Reference manual
  • User guide
  • Tutorials (how to?)

Reports

Gramps Developer Documents

In the sphinx format:

Information