Tasks
+++ Required for BOP MVP
- Add examples to models.py
- User synch
- If PEOPLE_DEPOT_URL is defined in kb when user logs in, confirm PEOPLE_DEPOT URL works. If it doesn't work, error message and prevent creation of user.
- ?? Prevent creation of user in KB if cannot create in PD
- Document anual tests
NEXT WEEK
- Review bugs and add bugs as necessary in peopledepot (security for sign up so needs approval, three roles, archive)
- Create tables needed by KB
- Consider more automated generation of tables
- Populate seed data required by KB
- PeopleDepot agenda
- Functional security document
- Archive vs delete
- Figure out final requirements (especially work flow and when file is generated) and UI and create issues
- Server script to generate new html file when a file changes. See proposal for file change detection
- Add parameters to script for generating and reverify scripts
- Verify generation of Reminders
- Figure out if generate-signature.js is needed
LATER
-
Add parameters to script and reverify scripts
-
Verify reminders
-
Add parameters for output dir to generate-markdown-files.sh and generate-markdown-to-github.sh
-
++ Auto generate provider link
-
Make default svg on frontmatter a constant env variable
-
+++ DOC: Env vars
-
DOC: Check documentation for service account
-
+++ DOC: How to test (check)
-
+++ Verify output for Slack reminders
-
+++ DOC: Front matter
-
Add crosslinks test (maybe)
-
Change markdown and elements to use slug for filename
-
+++ DOC: Generate certificate and token
-
Move scripts
-
Separate into separate script
-
Add options (e.g, -skipdiv true) to scripts
-
Add option to indicate where to get docs from (file or Google Drive)
-
Test for getting data from KB
-
Test for github
-
Test for google drive
-
+++ Incubator
-
DOC: parameters
-
+++ Dir structure
-
+++ AUTH: Change auth so authorized from browser and variables cached
-
+++ Add document style to template
-
+++ ?? Remove document style from template
-
?? Style using hfla css
-
+++ ?? Autogenerate image name - if svg exists use it, else configured default
-
Document scripts
PHASE 2
-
+++ Auto renew token
-
Custom frontmatter from doc?
-
Try getting data from knowledgebase database
-
Provide option to ignore specific html styling
-
Run tests
-
Have generating file be automatic for tests
-
Switch from snapshot to file for tests
-
Create/test option to not lookup Django
-
++ Look at tests - why exception not caught?
-
Look at code for writing google doc to json
-
Add option for debugModifyContent to modify content??
-
Add param to generate scripts for matchpattern
-
++ Document all js functions
-
Figure out gdoc2mdv2 executable
-
Auto generate contributing section
- (obsoleted) Explain linkDir.sh
- History of fork
- Copy and customize extensive documentation on package
- savejson and saveMarkdownToFile parameters
- Get to work locally
- Prod env variables
- Prod secrets
- _ +++ TEST _
- Change test-generate-object-from-google-drive to use actual and expected
- Create script to generate object (element)
- Use the generated script in test
- Change tests to be unit based so each step is tested separately
- Download google docs
- Change test packages to async and troubleshoot async related warning
- Change object test to have a before/after
- Add test that starts with downloaded json files
- Change test-generate-object-from-google-drive to use actual and expected
- Improve error message if token not set up
- Don't prompt for certificate if already exists
- _ FRONT MATTER _
- Autogenerate contributors, with flag
- Token + fetch google docs
- gdocs2md
- jekyllify
- Configure individual elements obj => md
- Add elements obj => md
- Configure individual JSON => obj
- Template for front matter
- Implement filter methods
- +++ Center
- +++ Make a div
- Change to a style
- Fix two documents that fail test due to incorrect sample
- Quote block
- Code block
- Get rid of Reporter
- Test out if links can be different than filename?
- Add hook to automatically generate new markdown and TOC when a file is added, deleted,modified
- Identify GitHub, docs mapping setting
-
Refactor downloading embedded image
- jpg?
-
Rename fetch functions
-
Extract functions that are long
- Combine jekyllUtils into other module
-
Rename objects with jekyll in the name
-
Move LOCAL_JSON variable to a constant which is appended with root
-
Look for hard coded strings, especially where root and other dirs defined
-
?? Change to functional rather than object based for process procedures