Skip to content

Entities

Яyan Priebe edited this page May 13, 2024 · 2 revisions

Entities are the types of data the application will store, as well as the ways in which they connect to each other. The overall goal of the application is to allow you full control over how your data is structured so you can create a system that works for you.

These are your top two levels of the data hierarchy. Companies can be assigned Projects, to which Jobs belong and all other entities are connected. People can be associated with companies and then referenced later using the Person syntax, which connects their contributions to the entity you are referring to (NOTE: this feature is on the roadmap and is not implemented in 1.0).

Screenshot 2024-05-13 at 11 15 05 AM

Jobs are glue that holds all the different entities together. Notes and Tasks must be assigned to a Job before they can be used and referenced throughout the application.

Screenshot 2024-05-13 at 11 19 33 AM

The currently selected job is highlighted next to the Job icon in the navigation.

Screenshot 2024-05-13 at 11 27 40 AM

Notes are simple text files, but they have some additional features to make them a bit more than a note.txt file.

  1. A new version is created every time you save a note.
  2. You can easily browse and restore old versions.
  3. You can utilize the familiar @syntax to create references between your notes and other entities (NOTE: this feature is not available in 1.0).

Tasks themselves are simple, but can be a powerful tool when used with Views. You can create, edit, complete or cancel them.

Screenshot 2024-05-13 at 11 27 10 AM

Clone this wiki locally