Skip to content

Commit

Permalink
[#90] Fix a typo in design.rst and add the mention of PostgreSQL ve…
Browse files Browse the repository at this point in the history
…rsions that Stalker is tested with.
  • Loading branch information
eoyilmaz committed Nov 5, 2024
1 parent dde4340 commit e54707c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/source/design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ pipeline:

2. **SQLAlchemy Integration:** Leverages SQLAlchemy for its database backend
and Object-Relational Mapping (ORM) capabilities, ensuring efficient data
management.

management. Designed PostgreSQL (versions 14 to 17) in mind but not limited
to it.

3. **Jinja2 Templates:** Employs Jinja2 for flexible file and folder naming
conventions. For a structured naming scheme it is possible to define
templates like:
Expand All @@ -132,9 +133,9 @@ pipeline:
9. **TaskJuggler Integration:** Integrate with TaskJuggler for enhanced task
management capabilities, supporting basic task attributes.

9. **Predefined Task Statuses:** Manage task progress efficiently with a
pre-defined Task Status Workflow, providing a structured approach to
tracking task completion stages.
10. **Predefined Task Statuses:** Manage task progress efficiently with a
pre-defined Task Status Workflow, providing a structured approach to
tracking task completion stages.

For usage examples see :ref:`tutorial_toplevel`\ .

Expand Down

0 comments on commit e54707c

Please sign in to comment.