From a19a0b8698322e71d10059b79bd8b818de41d62a Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Sat, 18 Jul 2009 11:50:42 +0200 Subject: [PATCH] data refactoring -- creation and activities related to package restructuring. Signed-off-by: AJ Rossini --- TODO.lisp | 7 +------ ...e-2b86e852ca33119fe51c8ebb8fbb03913546f17a.yaml | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 6 deletions(-) create mode 100644 bugs/issue-2b86e852ca33119fe51c8ebb8fbb03913546f17a.yaml diff --git a/TODO.lisp b/TODO.lisp index 720e495..5724f72 100644 --- a/TODO.lisp +++ b/TODO.lisp @@ -1,6 +1,6 @@ ;;; -*- mode: lisp -*- -;;; Time-stamp: <2009-07-14 19:22:51 tony> +;;; Time-stamp: <2009-07-18 11:50:00 tony> ;;; Creation: <2008-09-08 08:06:30 tony> ;;; File: TODO.lisp ;;; Author: AJ Rossini @@ -61,11 +61,6 @@ (in-package :ls-user) ;;; Tasks to do and consider: -;;; -;;; * Need to consider a reorg of data package into a single, with -;;; files such as data-frame, data-frame-array, data-frame-listoflist, -;;; data-frame-matrix, listoflist, data-lispstat represending obvious -;;; structures and tools. ;;; ;;; * must contemplate data as being separate from object system, ;;; working out a new package dependency system. diff --git a/bugs/issue-2b86e852ca33119fe51c8ebb8fbb03913546f17a.yaml b/bugs/issue-2b86e852ca33119fe51c8ebb8fbb03913546f17a.yaml new file mode 100644 index 0000000..2c84269 --- /dev/null +++ b/bugs/issue-2b86e852ca33119fe51c8ebb8fbb03913546f17a.yaml @@ -0,0 +1,23 @@ +--- !ditz.rubyforge.org,2008-03-06/issue +title: Reorg of data packages needed +desc: |- + Data structure is split up far too much. Design should be refactored so that we + consider how the range of functionality, from data frames (storage) to data integration + (merging) to data manipulation (creation and transformation) are separated into activity-centric + packages/objects. This is needed to ensure that we can modulate what it is that we will + put back together for appropriate functionality. +type: :task +component: Data +release: "1.0" +reporter: Tony +status: :unstarted +disposition: +creation_time: 2009-07-18 09:49:38.899413 Z +references: [] + +id: 2b86e852ca33119fe51c8ebb8fbb03913546f17a +log_events: +- - 2009-07-18 09:49:47.902647 Z + - Tony + - created + - going to work on it soon. -- 2.11.4.GIT