|
| 1 | +# First Release of BELY |
| 2 | +## Details Page |
| 3 | + - Full page log entries rendered from markdown. |
| 4 | + - Popup details of log document. |
| 5 | + - Ability to navigate to next and previous log document of the same type. |
| 6 | + - Ability to toggle on the timestamp of each log entry. |
| 7 | +## Markdown |
| 8 | + - General markdown support |
| 9 | + - Markdown support for resized uploaded images. Generated during md render. |
| 10 | + - Markdown references of attachments do not include application context root. Generated during md render. |
| 11 | + - Markdown help dialog with some useful example on markdown usage. |
| 12 | +## Search |
| 13 | + - Ability to search log documents by various details. |
| 14 | + - Ability to search log entries. |
| 15 | + - Search only results in top level log documents and not their sections. |
| 16 | +## Log Document Settings |
| 17 | + - Show timestamp setting allows setting default behavior with displaying the timestamp on log entries. |
| 18 | + - Log document lockout allows setting the time in hours before the log document cannot be edited. |
| 19 | + - Log entry lockout allows setting the time in hours before log entries can no longer be updated after their creation. |
| 20 | + - Template action allows setting the default template action (see below) |
| 21 | +## Log Document Template |
| 22 | + - Ability to create templates that provide structure for newly created log documents. |
| 23 | + - Templates transfer over any settings that have been defined to the instances. |
| 24 | + - Templates provide a structure of sections to create to go along with new log documents. |
| 25 | + - Support for template action |
| 26 | + - None: Default behavior, sections and settings will be copied over. |
| 27 | + - Copy: Default behavior plus any log entries on the template will be copied over. |
| 28 | + - Template per entry: Default behavior plus first log entry of each section will be used as a template for all new log entries. |
| 29 | + - Ability to specify a default template per log document type. |
| 30 | +## Shift Creation Utility |
| 31 | + - Automatic generation of the next shift. (Support for 12 hour weekend shift and 8 hour weekday shifts. ) |
| 32 | + - Ability to specify a custom start + end time of shift. |
| 33 | + - Generation of first log entry with Personnel and shift type. |
| 34 | + - Default copy of relevant sections from last shifts. |
| 35 | + - Generation of properties for Personnel, shift type, shift start and shift end. |
| 36 | +## Home page |
| 37 | + - Initial home page features a list of shifts, machine studies, and controls logs. |
| 38 | + - each list the last 10 log documents created. |
| 39 | +## Other |
| 40 | +- Customize last CDB release into a new logbook application. Many feature have been inherited and are not listed in these notes. Remove CDB specific functioanilty. |
| 41 | +- Show log documents in newest to oldest order. |
| 42 | +- Support for logbook types of machine studies, controls, operations, and sandbox. |
| 43 | +- Sessions |
| 44 | + - 8 hour long session per user. |
| 45 | +- Saveable user column settings for log document list. |
| 46 | +- New about page for BELY. |
| 47 | + |
0 commit comments