Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Description

A utility service that provides support for date and time operations.

These operations provide support for the temporal attributes of other entities, such as temporarily-granted access permissions; beginning and ending dates of loans and exhibitions; and searching and reporting based in part on date ranges (e.g. "objects accessioned within the last week").

Operations supported include:

  • Date and time addition and subtraction.
  • Date and time ranges.
  • Date and time format conversion, in support of Internationalization and import.
  • Time zone handling.

Assumptions

Date and Time Formats

Time Zones

  • Deployments of the CollectionSpace service may be hosted in a different time zone than users of the service.
  • Users of a deployment may simultaneously be located in two or more time zones.
  • The core date and time framework/library will require periodic updates to time zone data, as various world governments make changes to that data.

Boilerplate structure and text below

Much of the page structure and text below this point is boilerplate, copied in from the relevant New Service template. Further work is needed to complete this page.

Key Concepts

  • Especially things that become common sense, and so usually missed by new reviewers

Dependencies

  • Services with potential dependencies on this service include:
  • Any entities whose data models include temporal attributes may potentially have some dependencies on this service.

Background Documentation

  • If we have notes from community design meetings, link to them here.
  • If we have relevant sections in Spectrum or another such document, link to them here (or cite section numbers, etc.)

Key Team Members

  • (Name(s) of members) is/are the primary tech team member(s) for this service
  • Need to identify the community members acting as Domain Experts.
  • No labels