|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (11)
View page history... |
| +Release 0.1 - Hello World+ |
| The CollectionSpace project team is pleased to announce the release of CollectionSpace 0.1. This release represents the first integration across the user interface and application layers of the system. To demonstrate this integration, Release 0.1 accepts text entered into a web-based object entry form, and flows that data through the layers into persistent storage. Full integration among the user interface, application, and services layer is currently undergoing testing; this page will be updated when the integration is complete. |
| The CollectionSpace project team is pleased to announce the release of CollectionSpace 0.1, which allows users to create a new object record, view and edit existing records, and save any changes. The 0.1 release interface only allows for text entry; dates, controlled vocabularies, and pattern numbers (e.g. accession numbers) will be functional at a later date. The CollectionSpace project team is moving to a more active release schedule, and new functionality will be added on a regular basis. |
| _User Interface and Functionality_ |
| [Try the CollectionSpace 0.1 Demo|http://demo.collectionspace.org:8080/cspace-ui/html/createnew.html] |
| The 0.1 Release interface allows a user to create a new object record, edit two pre-selected existing records, and save any changes. A list of available objects to view and edit is located on the right-hand side of the editing screen. |
| The CollectionSpace project team welcomes any and all questions, comments, and critiques of the 0.1 Release. A [feedback page|Release 0.1 Feedback] has been created on the project wiki; users can also email [mailto:talk@lists.collectionspace.org]. |
| The 0.1 Release interface only allows for text entry; dates, controlled vocabularies, and pattern numbers (e.g. accession numbers) are not currently functional. The CollectionSpace project team is moving to a more active release schedule, and new functionality will be added to the demo site on a regular basis. |
| The user interface design seen in the release is based on [wireframes|Wireframes] developed and tested over the last six months. Wireframes are used to outline the structure of a user interface, and combined with graphic design, comprise the final "[look and feel|Look and Feel]" of an application. |
| The user interface design seen in the release is based on [wireframes|Wireframes] created and tested over the last six months. Work continues on the default CollectionSpace [look and feel|Look and Feel]. |
| _Technical Background_ |
| Deceptively simple in appearance to the end user, this release represents a great deal of foundational work by project designers and developers. With this foundation in place, new functionality can be readily added. |
| The CollectionSpace system architecture is comprised of three layers: services, application, and user interface. The 0.1 release represents the first integration across the user interface and application layers of the system. Full integration among the user interface, application, and services layers is currently undergoing testing. |
The core service developed for Release 0.1 is [CollectionObject|CollectionObject Service Home]. Its primary purpose is to provide operational support for the creation and management of information related to an object, artifact, or work of art. This service offers a REST-based [Application Programming Interface|CollectionObjectService REST APIs - Release v0.1] (API) to create, retrieve, update, and delete information about collection objects. In this API, there is also an operation to retrieve a list with summary information about all collection objects. In Release 0.1, authentication credentials are not requested by the service. |
... |