Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 2.11 KB

810.46_Product_Features.md

File metadata and controls

65 lines (41 loc) · 2.11 KB

(c) 2022 RENware Software Systems

[PDF VERSION](/download{{ request.path }})

  • Version: 0.0.1
  • Last update: 221210

810.46 Product Features


[TOC]

Technology

  • use standard Python (min 3.8) technology stack
  • use standard Bash scripting and features
  • able to run on 99% of modern Linux systems as:
    • no changes on Debian distribution (is using apt package manager)
    • minor changes on RPM Fedora based distributions (require to change package manager)
    • about 80% with other RPM based distributions (require more Bash scripting changes)
    • not yet tested on other distributions
  • full compliant with Flask 3 framework
  • full compliant with SQL Alchemy framework
  • allow for database tier any relational accepted by SQL Alchemy (see here for a list of SQL Alchemy 2.0 supported database servers)
  • tbd...

Functional

User Interface

  • automatic generation of new master data like Client, Stakeholders directly from ADS at change moment
  • automatic proposal for selection of Client, Stakeholders from ADF if something "looks similar"
  • use enhanced tables rendering powered by Bootstrap Tables
  • tbd...

System infrastructure

  • route /whoami designed to:
    • external check system availability (ie, if is alive) - HEARTBEAT role
    • check current logged user and some specific info - WHO AM I role
  • tbd...

Integration with third party products

  • Import Client and Stakeholders from files, external databases or exposed APIs
  • tbd...

NOTE: integration features are not available in CE editions.

--- ooo ---