Difference between revisions of "Category:GEPS"

From Gramps
Jump to: navigation, search
m
(25 intermediate revisions by 9 users not shown)
Line 1: Line 1:
 
'''G'''RAMPS '''E'''nhancement '''P'''roposal'''s''' (GEPS). This should be a complex/detailed description of a way to make GRAMPS better.
 
'''G'''RAMPS '''E'''nhancement '''P'''roposal'''s''' (GEPS). This should be a complex/detailed description of a way to make GRAMPS better.
  
Here they are in alphabetical order by topic.
+
:Here they are listed in numerical order:
 
+
{| class="wikitable sortable" {{Prettytable}}
{| {{Prettytable}}
 
 
   |+ GRAMPS Enhancement Proposals (GEPS) - Summary
 
   |+ GRAMPS Enhancement Proposals (GEPS) - Summary
 
|-
 
|-
Line 64: Line 63:
 
| <!-- GEPS - Title -->[[GEPS 008: File Organization]]
 
| <!-- GEPS - Title -->[[GEPS 008: File Organization]]
 
| <!-- Proposed    -->2008
 
| <!-- Proposed    -->2008
| <!-- Status      -->''In progress''
+
| <!-- Status      -->'''Finished'''
| <!-- Released    -->?
+
| <!-- Released    -->Gramps 3.5
| <!-- Note        -->?
+
| <!-- Note        -->
 
| <!-- SVN          -->
 
| <!-- SVN          -->
 
|-
 
|-
Line 84: Line 83:
 
|-
 
|-
 
| <!-- GEPS - Title -->[[GEPS 011: Tagging]]
 
| <!-- GEPS - Title -->[[GEPS 011: Tagging]]
| <!-- Proposed    -->2008
+
| <!-- Proposed    -->2008<br />2012
| <!-- Status      -->'''Finished'''
+
| <!-- Status      -->'''Finished'''<br />''In progress''
| <!-- Released    -->Gramps 3.3
+
| <!-- Released    -->Gramps 3.3<br />Target Gramps 3.5
| <!-- Note        -->-
+
| <!-- Note        -->Tagging only the persons, families, media and notes objects.<br />Tagging be extendend to all primary objects.
 
| <!-- SVN          -->
 
| <!-- SVN          -->
 
|-
 
|-
Line 127: Line 126:
 
| <!-- GEPS - Title -->[[GEPS 017: Flexible gen.lib Interface]]
 
| <!-- GEPS - Title -->[[GEPS 017: Flexible gen.lib Interface]]
 
| <!-- Proposed    -->2009
 
| <!-- Proposed    -->2009
| <!-- Status      -->?
+
| <!-- Status      -->'''Withdrawn'''
| <!-- Released    -->?
+
| <!-- Released    -->
| <!-- Note        -->?
+
| <!-- Note        -->After building a prototype, it was found to be too slow for general use. Instead, caching BSDDB serialized data seems an easier approach.
 
| <!-- SVN          -->
 
| <!-- SVN          -->
 
|-
 
|-
Line 158: Line 157:
 
| <!-- Released    -->Gramps 3.3
 
| <!-- Released    -->Gramps 3.3
 
| <!-- Note        -->-
 
| <!-- Note        -->-
| <!-- SVN          -->[https://gramps.svn.sourceforge.net/svnroot/gramps/branches/geps/gep-021-name/ SVN]
+
| <!-- SVN          -->[http://svn.code.sf.net/p/gramps/code/branches/geps/gep-021-name/ SVN]
 
|-
 
|-
 
| <!-- GEPS - Title -->[[GEPS 022: Narrative Website Refactor]]
 
| <!-- GEPS - Title -->[[GEPS 022: Narrative Website Refactor]]
Line 169: Line 168:
 
| <!-- GEPS - Title -->[[GEPS 023: Storing data from large sources]]
 
| <!-- GEPS - Title -->[[GEPS 023: Storing data from large sources]]
 
| <!-- Proposed    -->2010
 
| <!-- Proposed    -->2010
| <!-- Status      -->''In progress''
+
| <!-- Status      -->'''Finished'''
| <!-- Released    -->?
+
| <!-- Released    -->Gramps 3.4
| <!-- Note        -->?
+
| <!-- Note        -->-
| <!-- SVN          -->[https://gramps.svn.sourceforge.net/svnroot/gramps/branches/geps/gep-023-large-sources/ SVN]
+
| <!-- SVN          -->Current code is now in trunk [http://gramps.1791082.n4.nabble.com/GEPS023-merged-into-trunk-td4157519.html] <!--[http://svn.code.sf.net/p/gramps/code/branches/geps/gep-023-large-sources/ SVN] -->
 
|-
 
|-
 
| <!-- GEPS - Title -->[[GEPS 024: Certificates]]
 
| <!-- GEPS - Title -->[[GEPS 024: Certificates]]
Line 186: Line 185:
 
| <!-- Released    -->Gramps 3.3
 
| <!-- Released    -->Gramps 3.3
 
| <!-- Note        -->-
 
| <!-- Note        -->-
| <!-- SVN          -->[https://gramps.svn.sourceforge.net/svnroot/gramps/branches/geps/gep-025-name/ SVN]?
+
| <!-- SVN          -->[http://svn.code.sf.net/p/gramps/code/branches/geps/gep-025-name/ SVN]?
 +
|-
 +
| <!-- GEPS - Title -->[[GEPS 026: Replace 'make' for Gramps build]]
 +
| <!-- Proposed    -->2012
 +
| <!-- Status      -->''In progress''
 +
| <!-- Released    -->
 +
| <!-- Note        -->Move Gramps away from using Makefiles and to using setup.py and/or DistUtils[http://sourceforge.net/mailarchive/message.php?msg_id=28984484][http://sourceforge.net/mailarchive/message.php?msg_id=28969888][http://sourceforge.net/mailarchive/message.php?msg_id=27984817]{{bug|2621}}
 +
| <!-- SVN          -->[http://svn.code.sf.net/p/gramps/code/branches/geps/gep-026-replace-make/ SVN]
 +
|-
 +
 
 +
| <!-- GEPS - Title -->[[GEPS 027: Gender as an Entry Field]]
 +
| <!-- Proposed    -->2012
 +
| <!-- Status      -->
 +
| <!-- Released    -->
 +
| <!-- Note        --> Proposal to make gender selection be decided in an ComboBoxEntry field, to allow for options outside of male, female or unknown
 +
| <!-- SVN          -->
 +
|-
 +
| <!-- GEPS - Title -->[[GEPS 028: Media Management]]
 +
| <!-- Proposed    -->2012
 +
| <!-- Status      -->
 +
| <!-- Released    -->
 +
| <!-- Note        --> Proposal to make Gramps do more to help media management
 +
| <!-- SVN          -->
 +
|-
 +
| <!-- GEPS - Title -->[[GEPS 029: GTK3-GObject introspection Conversion]]
 +
| <!-- Proposed    -->2012
 +
| <!-- Status      -->''In Progress''
 +
| <!-- Released    -->
 +
| <!-- Note        -->Conversion to the new version of GTK using the new python bindings based on introspection.
 +
| <!-- SVN          -->[http://svn.code.sf.net/p/gramps/code/branches/geps/gep-029-gtk3/ SVN]
 +
|-
 +
| <!-- GEPS - Title -->[[GEPS 030: New Visualization Techniques]]
 +
| <!-- Proposed    -->2012
 +
| <!-- Status      -->''In Progress''
 +
| <!-- Released    -->
 +
| <!-- Note        -->Discussion of new visualization techniques for possible inclusion in Gramps.
 +
| <!-- SVN          -->
 +
|-
 +
| <!-- GEPS - Title -->[[GEPS 031: Python 3 support]]
 +
| <!-- Proposed    -->2012
 +
| <!-- Status      -->''In Progress''
 +
| <!-- Released    -->
 +
| <!-- Note        -->At some time, we need to move to python 3 ...
 +
| <!-- SVN          -->
 
|-
 
|-
 
| <!-- GEPS - Title -->
 
| <!-- GEPS - Title -->
Line 200: Line 242:
 
If a GEP is disruptive, a specific branch is used to develop it. First check out trunk
 
If a GEP is disruptive, a specific branch is used to develop it. First check out trunk
  
  svn checkout https://gramps.svn.sourceforge.net/svnroot/gramps/trunk geps-021
+
  svn checkout https://svn.code.sf.net/p/gramps/code/trunk geps-021
 
  cd geps-021
 
  cd geps-021
  
 
Create a new branch
 
Create a new branch
  
  svn copy https://gramps.svn.sourceforge.net/svnroot/gramps/trunk https://gramps.svn.sourceforge.net/svnroot/gramps/branches/geps/gep-021-name
+
  svn copy https://svn.code.sf.net/p/gramps/code/trunk https://svn.code.sf.net/p/gramps/code/branches/geps/gep-021-name
  
 
and switch the repository to that branch
 
and switch the repository to that branch
  
  svn switch https://gramps.svn.sourceforge.net/svnroot/gramps/branches/geps/gep-021-name
+
  svn switch https://svn.code.sf.net/p/gramps/code/branches/geps/gep-021-name
  
 
When finished, merge the changes back in trunk with [http://svnbook.red-bean.com/en/1.0/ch04s04.html this guide].
 
When finished, merge the changes back in trunk with [http://svnbook.red-bean.com/en/1.0/ch04s04.html this guide].

Revision as of 15:34, 7 November 2012

GRAMPS Enhancement Proposals (GEPS). This should be a complex/detailed description of a way to make GRAMPS better.

Here they are listed in numerical order:
GRAMPS Enhancement Proposals (GEPS) - Summary
GEPS - Title Proposed Status Released Note SVN
GEPS 001: Relationship type event link 2007 ? ? ?
GEPS 002: RelationView Expand and Collapse 2007 Finished Gramps 3.0 -
GEPS 003: Computed Ages and Probably Alive 2007 Finished Gramps 3.1 -
GEPS 004: My GRAMPS and Gadgets 2007 Finished Gramps 3.1 Called "Gramplets View"
GEPS 005: Enhanced Plugin Interface 2007 In progress ? See GEPS 014: Plugin registration and management
GEPS 006: Better Place handling 2007 In progress Gramps 3.2 (hierarchical place view)
Gramps 3.3 (Locality field added to location)
-
GEPS 007: Report Reorganization 2007 ? ? ?
GEPS 008: File Organization 2008 Finished Gramps 3.5
GEPS 009: Import Export Merge 2008 ? ? ?
GEPS 010: SQL Backend 2009 Withdrawn - Superseded by GEPS 013: GRAMPS Webapp
GEPS 011: Tagging 2008
2012
Finished
In progress
Gramps 3.3
Target Gramps 3.5
Tagging only the persons, families, media and notes objects.
Tagging be extendend to all primary objects.
GEPS 012: Ecosystem definition 2009 ? ? ?
GEPS 013: GRAMPS Webapp 2009 In progress ? See prototype gramps-connect.org
You can log into the site, as a:
superuser (id=admin, password=gramps)
or a regular user (id=admin1, password=gramps)
or just view as an anonymous user.
Current code is now in trunk
GEPS 014: Plugin registration and management 2009 Finished Gramps 3.2.x -
GEPS 015: Repository Research Support 2009 ? ? ?
GEPS 016: Enhancing GRAMPS Processing Speed 2009 ? ? ?
GEPS 017: Flexible gen.lib Interface 2009 Withdrawn After building a prototype, it was found to be too slow for general use. Instead, caching BSDDB serialized data seems an easier approach.
GEPS 018: Evidence style sources 2010 ? ? ?
GEPS 019: Improved Sidebar and Split Views 2010 Finished Gramps 3.3 -
GEPS 020: Plugin Extensions 2010 ? ? ?
GEPS 021: Additional Name Fields 2010 Finished Gramps 3.3 - SVN
GEPS 022: Narrative Website Refactor 2010 In progress ? ?
GEPS 023: Storing data from large sources 2010 Finished Gramps 3.4 - Current code is now in trunk [1]
GEPS 024: Certificates 2010 ? ? ?
GEPS 025: Geography 2011 Finished Gramps 3.3 - SVN?
GEPS 026: Replace 'make' for Gramps build 2012 In progress Move Gramps away from using Makefiles and to using setup.py and/or DistUtils[2][3][4]2621 SVN
GEPS 027: Gender as an Entry Field 2012 Proposal to make gender selection be decided in an ComboBoxEntry field, to allow for options outside of male, female or unknown
GEPS 028: Media Management 2012 Proposal to make Gramps do more to help media management
GEPS 029: GTK3-GObject introspection Conversion 2012 In Progress Conversion to the new version of GTK using the new python bindings based on introspection. SVN
GEPS 030: New Visualization Techniques 2012 In Progress Discussion of new visualization techniques for possible inclusion in Gramps.
GEPS 031: Python 3 support 2012 In Progress At some time, we need to move to python 3 ...

Disruptive GEP's

If a GEP is disruptive, a specific branch is used to develop it. First check out trunk

svn checkout https://svn.code.sf.net/p/gramps/code/trunk geps-021
cd geps-021

Create a new branch

svn copy https://svn.code.sf.net/p/gramps/code/trunk https://svn.code.sf.net/p/gramps/code/branches/geps/gep-021-name

and switch the repository to that branch

svn switch https://svn.code.sf.net/p/gramps/code/branches/geps/gep-021-name

When finished, merge the changes back in trunk with this guide.

Reference

Subcategories

This category has the following 5 subcategories, out of 5 total.

Pages in category "GEPS"

The following 108 pages are in this category, out of 108 total.

Media in category "GEPS"

The following 4 files are in this category, out of 4 total.