Changes between Version 5 and Version 6 of UseCasesResources
- Timestamp:
- 01/31/11 17:14:06 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UseCasesResources
v5 v6 9 9 10 10 11 * Data should be able to be grouped by various different factors (type, date).11 * Data should be able to be grouped same file of different formats, so you do not get duplicates 12 12 13 * There needs to be a mechanism to time linedata, so that search results only display the latest package. This needs to be done in a way that the older data is still easily accessible. This should be done with the minimum of user effort.13 * There needs to be a mechanism to timeseries data, so that search results only display the latest package. This needs to be done in a way that the older data is still easily accessible. This should be done with the minimum of user effort. 14 14 15 15 * The ordering of the data should be presented without the need for user input. … … 19 19 * Users should be able to refashion the data and post a whole new set of this refashioned data. 20 20 21 * Groups of data should be able to be synced across packages/instances. 21 * Groups of data should be able to be synced across packages/instances. In order for derived data set to be associated with existing packages. 22 22 23 23 * When new versions of the data arrive it should be easy to copy an old one and change versions/dates as required. 24 24 25 25 * A user may want to upload a resource separately from the package and decide later on where its the best place for it is. 26 27 * We need time-to-release data. 28 29 * We need a marker to show that the certain data sets are missing. 30 31 * Dashboard of what data has been released, and is going to be released. 26 32 27 33 ''' Possible solutions ''' … … 36 42 The data group would be a holder for a timeseries of "data" 37 43 38 Each bit of data can have m any resources of differenttypes.44 Each bit of data can have multiple resources of different data_types. 39 45 40 46 2. Improve package relationships. This will involve giving package relationships more informations such as the date of the relationship in order to make a time series. (this date information could also be against the package) 41 47 42 48 3. Add a package group table. All current packages get a package_group and then we will have a way to add packages in a time-line. Packages will have time series data information. 43