GenoPro Home
GenoPro Home  |  Get Started With My Genealogy Tree  |  Buy  |  Login  |  Privacy  |  Search  |  Site Map
 

GenoPro Support Forum




option to exclude tags in generators, search a map tree

Click to view RSS...
Author option to exclude tags in generators, search a map tree
Posted Sunday, May 1, 2005 - Post #6663
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Customers

Last Login: Wednesday, August 17, 2005
Posts: 1, Visits: 0
Hello!

The beta-version looks very nice so far.
Wishes:

* An option to exclude tags (=data fields, at least the custom fields) when generating html- or gedcom-files. So that I can choose to keep some data for myself.

* A possibility to search all genopro(gno)-files located in one map/drive (also located in second, third etc maps in that map/drive) although the files are not open.

Thank you.

Sofia Ling
Sweden
Posted Thursday, August 18, 2005 - Post #6664
Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master

Administrators
Moderators
Customers
Gamma
FamilyTrees.GenoPro.com
Translator
GenoPro version: 3.1.0.1

Last Login: Thursday, April 11, 2024
Posts: 4,881, Visits: 22,753
One feature to be done is a "privacy filter". The privacy filter will be used mostly to publish genealogy reports on the web where the user may want some data fields to never appear in the report. The privacy filter will include rules to remove sensitive data from living individuals or remove some individuals entirely. The plan is to have a tab dialog with this filter built-in to the report generator. In other words, before generating a report, GenoPro will make an internal copy of the genealogy tree (in memory) and apply the privacy filter, then generate the report on that genealogy tree. The privacy filter will have many options, including excluding GenoMaps. I realize many individuals are using the GenoMaps to include multiple families, but sometimes would like to generate a report (or create a copy) of the genealogy tree for a specific family. The privacy filter will be used to export data, but by default will not filter any data. Another good news is the privacy filter will support scripting in either VBScript or JScript. The following code snippet is a sample script to keep all living individuals from GenoMap "Morin".
for each i in thisDocument.Individuals do
  if (i.genomap <> "Morin" OR i.is_dead <> "Y") then
    thisDocument.RemoveObject(i)
  end if
next

With the full support of VBScript and JScript, the user can add additional rules for filtering as you have seen with the five lines above. All the tags such as "i.genomap", "i.is_dead", "i.birth.date" are already working in GenoPro. The complete list of tags is available in the "Tag Definitions" (Menu -> Tools -> Tag Definitions).

Another feature I am considering is a checkbox "This comment is private" for certain comments. The report generator would by default skip those private comments.


Edited: Tuesday, October 25, 2005 by GenoProSupport
Posted Thursday, August 18, 2005 - Post #6665
Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master

Administrators
Moderators
Customers
Gamma
FamilyTrees.GenoPro.com
Translator
GenoPro version: 3.1.0.1

Last Login: Thursday, April 11, 2024
Posts: 4,881, Visits: 22,753
For a summary about privacy issues, please visit Report Privacy - Exclude GenoMaps, Individuals and/or Tags

Edited: Sunday, August 28, 2005 by GenoProSupport


Similar Topics

Click to view RSS...
Expand / Collapse

Reading This Topic

Expand / Collapse