Skip to content

mailtodanish/Oracle-VBCS-Technical-Design-Doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate Technical Design Doc for a Oracle VBCS Applictaion

Generate TDD for a Oracle VBCS project in a minute.

I have implemented a python based program to create technical design doc of a VBCS applictaion.

Updating the Technical Design Doc was a tedious job. Feel free to fork and create pull requests!

Note: Updating all description properties in VBCS objects is essential for proper documentation.

Authors

Download in D: Drive  [WINDOW]
  1. Create virtual Env
python3 -m venv .venv
  1. Activate virtual env
source .venv/bin/activate [LINUX]
venv\Scripts\activate   [WINDOW]
  1. Install required packages
python -m pip install -r requirements.txt
  1. Delete the existing demo project and upload your project in project directory

  2. Run

python main.py

If you face any issue please raise a issue request under issue.

Technical Design Doc will be generated in main folder. [TDD.docx]

Sample Document:

Logo

About

Generate Oracle VBCS Technical Design Doc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages