Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 4.0.0 #7804

Closed
23 of 27 tasks
garethbowen opened this issue Sep 18, 2022 · 2 comments
Closed
23 of 27 tasks

Release 4.0.0 #7804

garethbowen opened this issue Sep 18, 2022 · 2 comments
Assignees
Labels
Type: Internal process An organizational process, eg: doing a release

Comments

@garethbowen
Copy link
Contributor

garethbowen commented Sep 18, 2022

Planning - Product Manager

  • Create a GH Milestone for the release. We use semver so if there are breaking changes increment the major, otherwise if there are new features increment the minor, otherwise increment the service pack. Breaking changes in our case relate to updated software requirements (egs: CouchDB, node, minimum browser versions), broken backwards compatibility in an api, or a major visual update that requires user retraining.
  • Add all the issues to be worked on to the Milestone. Ideally each minor release will have one or two features, a handful of improvements, and plenty of bug fixes.
  • Identify any features and improvements in the release that need end-user documentation (beyond eng team documentation improvements) and create corresponding issues in the cht-docs repo
  • Assign an engineer as Release Engineer for this release.

Development - Release Engineer

When development is ready to begin one of the engineers should be nominated as a Release Engineer. They will be responsible for making sure the following tasks are completed though not necessarily completing them.

  • Set the version number in package.json and package-lock.json and submit a PR. The easiest way to do this is to use npm --no-git-tag-version version <major|minor>.
  • Raise a new issue called Update dependencies for <version> with a description that links to the documentation. This should be done early in the release cycle so find a volunteer to take this on and assign it to them.
  • Write an update in the weekly Medic Product Team call agenda summarising development and acceptance testing progress and identifying any blockers (the milestone-status script can be used to get a breakdown of the issues). The release Engineer is to update this every week until the version is released.

Releasing - Release Engineer

Once all issues have passed acceptance testing and have been merged into master release testing can begin.

  • Create a new release branch from master named <major>.<minor>.x in cht-core. Post a message to #development using this template:
@core_devs I've just created the `<major>.<minor>.x` release branch. Please be aware that any further changes intended for this release will have to be merged to `master` then backported. Thanks!
  • Build a beta named <major>.<minor>.<patch>-beta.1 by pushing a git tag and when CI completes successfully notify the QA team that it's ready for release testing.
  • Announce the start of release testing on the CHT forum, under the "Product - Releases" category using this template:
*Release testing has started for {{version}} of {{product}}*

To get a sneak peak at this upcoming release, you can install `<major>.<minor>.<patch>-beta.1` on your testing environment. We suggest you test your forms and workflows with this release candidate version and raise any issues that you experience. This helps to to discover any potential regressions that wouldn't otherwise be caught during release testing.

Keep an eye on the forum for the release announcement in the next couple of weeks!
  • Add release notes to the Core Framework Releases page:
    • Create a new document for the release in the releases folder.
    • Ensure all issues are in the GH Milestone, that they're correctly labelled (in particular: they have the right Type, "UI/UX" if they change the UI, and "Breaking change" if appropriate), and have human readable descriptions.
    • Use this script to export the issues into our release note format.
    • Manually document any known migration steps and known issues.
    • Provide description, screenshots, videos, and anything else to help communicate particularly important changes.
    • Document any required or recommended upgrades to our other products (eg: cht-conf, cht-gateway, cht-android).
    • Add the release to the Supported versions and update the EOL date and status of previous releases. Also add a link in the Release Notes section to the new release page.
    • Assign the PR to:
      • The Director of Technology
      • An SRE to review and confirm the documentation on upgrade instructions and breaking changes is sufficient
  • Until release testing passes, make sure regressions are fixed in master, cherry-pick them into the release branch, and release another beta.
  • Create a release in GitHub from the release branch so it shows up under the Releases tab with the naming convention <major>.<minor>.<patch>. This will create the git tag automatically. Link to the release notes in the description of the release.
  • Confirm the release build completes successfully and the new release is available on the market. Make sure that the document has new entry with id: medic:medic:<major>.<minor>.<patch>
  • Execute the scalability testing suite on the final build and download the scalability results on S3 at medic-e2e/scalability/$TAG_NAME. Add the release .jtl file to cht-core/tests/scalability/previous_results. More info in the scalability documentation.
  • Upgrade the demo-cht.dev instance to this version.
  • Announce the release on the CHT forum, under the "Product - Releases" category using this template:
*We're excited to announce the release of {{version}} of {{product}}*

New features include {{key_features}}. We've also implemented loads of other improvements and fixed a heap of bugs.

Read the [release notes]({{url}}) for full details.

Following our support policy, versions {{versions}} are no longer supported. Projects running these versions should start planning to upgrade in the near future. For more details read our [software support documentation](https://docs.communityhealthtoolkit.org/core/releases/#supported-versions).

Check out our [roadmap](https://github.com/orgs/medic/projects/112) to see what we're working on next.
  • Add one last update to the Medic Product Team call agenda and use this meeting to lead an internal release retrospective covering what went well and areas to improve for next time.
  • Mark this issue "done" and close the Milestone.
@garethbowen garethbowen added the Type: Internal process An organizational process, eg: doing a release label Sep 18, 2022
@garethbowen garethbowen self-assigned this Sep 18, 2022
@garethbowen garethbowen moved this to In Progress in Product Team Activities Sep 18, 2022
garethbowen added a commit that referenced this issue Sep 18, 2022
@garethbowen garethbowen mentioned this issue Sep 18, 2022
5 tasks
garethbowen added a commit that referenced this issue Sep 19, 2022
garethbowen added a commit to medic/cht-docs that referenced this issue Oct 31, 2022
garethbowen added a commit to medic/cht-docs that referenced this issue Oct 31, 2022
garethbowen added a commit to medic/cht-docs that referenced this issue Nov 8, 2022
@garethbowen
Copy link
Contributor Author

@dianabarsan We can close this out, right?

@dianabarsan
Copy link
Member

Sure can.

Repository owner moved this from In Progress to Done in Product Team Activities Dec 12, 2022
esthermmoturi added a commit to medic/cht-docs that referenced this issue Jan 13, 2023
* Update App Hosting guide to work with 3.x, call out it won't work with 4.x (#801)

* Update to work with 3.x, call out it won't work with 4.x

* Update content/en/apps/guides/hosting/app-developer.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Correct field refrence in API Improve #807 (#808)

* Tiny update from filter redesign work. (#784)

* convert all compose files to use 3.x for now until 4.0 is out (#809)

* Add Preparing to upgrade to CHT 4.0 guide  (#806)

* Add Preparing to upgrade to CHT 4.0 guide

* Update content/en/apps/guides/updates/preparing-for-4.0.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Update content/en/apps/guides/updates/preparing-for-4.0.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Update content/en/apps/guides/updates/preparing-for-4.0.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Add extensive Enketo notes per feedback

* update sql queries per feedback

* add note about empty versions

* Update content/en/apps/guides/updates/preparing-for-4.0.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Update content/en/apps/guides/updates/preparing-for-4.0.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Update content/en/apps/guides/updates/preparing-for-4.0.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* add sample privacy policy HTML (#810)

* Release notes for v3.17.0 (#767)

* Change recommended Enketo form test branch to enketo_upgrade_3.x (#811)

* Updates to use mediators, not moderators

#813

* Fixes broken link

Related to #816

* Links directly to PDF file

The fixed link was to the GH page for the PDF. Updated to link directly to the PDF file.

* Split 3.x hosting docs off, create 4.x hosting section (#812)

* Split 3.x hosting docs off, create 4.x hosting section

* Everything but local setup done - and of course no 4.x docs yet ;)

* finalize local-setup

* remove dupe line per feedback

* Update content/en/apps/tutorials/local-setup.md

Co-authored-by: Gareth Bowen <[email protected]>

Co-authored-by: Gareth Bowen <[email protected]>

* Supervisor reference app (#792)

* Documentationf for application tests

* Moving the pages to the `tutorials` section, as mentioned in #32, confirmed with the author

* Adding page for application tests

* Application tests

* Remove old files

* Update application-tests.md

* Add related content, text changes

* Apply suggestions from code review

Co-authored-by: Niraj <[email protected]>

* Follow guidelines

* Added supervisor reference app in examples

* Update supervisor-reference-app.md (#799)

* Update content/en/apps/examples/supervisor-reference-app.md

Co-authored-by: Marc Abbyad <[email protected]>

* Update content/en/apps/examples/supervisor-reference-app.md

Co-authored-by: Ashley <[email protected]>

* Update content/en/apps/tutorials/application-tests.md

Co-authored-by: Ashley <[email protected]>

* Update content/en/apps/tutorials/application-tests.md

Co-authored-by: Ashley <[email protected]>

* Update content/en/apps/tutorials/application-tests.md

Co-authored-by: Ashley <[email protected]>

* Update content/en/apps/tutorials/application-tests.md

Co-authored-by: Ashley <[email protected]>

* Add files via upload

added images for supervisor reference app

* Updated supervisor reference app documentation.

GitHub link is still pending

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/examples/supervisor-reference-app.md

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/tutorials/application-tests.md

* bold table item per feedbac

* fix closing highlight tag

* remove unused image, clean up table image code

* remove unused image, clean up table image code

* make all images transparent

* fix arrows

* update table headers

Co-authored-by: Paul Kitutu <[email protected]>
Co-authored-by: Binod Adhikary <[email protected]>
Co-authored-by: Binod Adhikary <[email protected]>
Co-authored-by: Antony <[email protected]>
Co-authored-by: Marc Abbyad <[email protected]>
Co-authored-by: Ashley <[email protected]>
Co-authored-by: mrjones-plip <[email protected]>

* Differentiate titles (#818)

* Update headers (#822)

For #821

* add known issues dynamic link to >=3.10 (#824)

* Update documentation removing manual testing

We no longer require manual release testing so this section has been updated.
Also updated the "triage" section which hasn't been used for some time.

* Add release notes for 4.0.0

medic/cht-core#7804

* Document MacOS M1 errors (#832)

Co-authored-by: Andra Blaj <[email protected]>

* Document python2 config for MacOS (#838)

* Fix typo (#833)

* Fix hosting setup guides links

* Remove references to Travis

medic/cht-core#7001

* Add App Dev hosting for 4.x  (#834)

* Add App Dev hosting for 4.x per #829

* typo and add link

* list benefits

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Gareth Bowen <[email protected]>

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Gareth Bowen <[email protected]>

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Gareth Bowen <[email protected]>

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Gareth Bowen <[email protected]>

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Gareth Bowen <[email protected]>

* fix code indentations

* update screenshot of helper

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Gareth Bowen <[email protected]>

Co-authored-by: Gareth Bowen <[email protected]>

* Automate the delete branch step

* call out no support for Apple M1/M2 support (#844)

* Update supervisor-reference-app.md (#850)

* Update core developer setup for CHT 4.x (#848)

* Document python2 config for MacOS
* Update doc with developer setup for 4.x

* add iccm immunization icon (#836)

* add iccm immunization icon

* add png

* Make upgrade instructions harder to miss

* Add PIH to example apps (#771)

* Add content

* Update content/en/apps/examples/pih.md

Co-authored-by: Marc Abbyad <[email protected]>

* Add links

* updated with pih documentation file and images

* updated hierarchy image

* PIH CHT documentation updates (#826)

* Update pih.md

* Update pih.md

* Update pih.md

Co-authored-by: Niraj <[email protected]>

* Add files via upload

* Add files via upload

* Update pih.md

changed form names to bold fonts

* Update pih.md

converted image to markdown table with text.

* Delete Human_Immunodeficiency_Virus.png

removing unused images

* Delete IMCI_workflow.png

removing unused images

* Delete TB_workflow.png

removing unused images

* Delete TB_workflow_screened.png

removing unused images

* Delete delivery_workflow.png

* Delete family_planning_workflow.png

* Delete malnutrition_workflow.png

* Delete post_natal_workflow.png

* Delete pregnancy_workflow.png

* Delete ncd.png

* Delete ncd_1.png

* Delete users_hierarchy.png

Co-authored-by: Marc Abbyad <[email protected]>
Co-authored-by: Niraj <[email protected]>
Co-authored-by: Antony <[email protected]>

* 820 improve hierarchy diagram on supervisor reference application (#852)

* Updated hierarchy image

* updated hierarchy image

* Fix path on staging for compose files (#857)

* Document `bind-id-only` (#847)

* Includes bind-id-only

#842

* Cleanup

* Adds `bind-id-only`

Also move warning closer to context.

* Document bulk user upload column names and add ready-to-go spreadsheets (#858)

* Remove sensitive words

medic/cht-core#6574

* Add notes about 24 hour feedback for PR reviews. (#863)

Add notes about 24 hour feedback for PR reviews.

Co-authored-by: Gareth Bowen <[email protected]>

* Refactor XForm widgets (#862)

The widgets were previously in a bulleted list, which made the flow difficult to read, and impossible to link to individual widgets in documentation. This version moves each widget to its own subsection so that they can be referenced properly. This structure also allows for further details to be included, such as screenshots and other details for their use. 

For #861

* Fix reference to unsupported value

#867

* Fix typo in rapidpro endpoint

medic/cht-core#7472

* Fix broken link in demo form (#869)

#868

* Update architecture docs for 4.0.0

* Fix order of instructions 

medic/cht-core#7928

* Fixes header (#876)

Also restructures some of the text for logical flow.

For #875

* add dir hierarchy and tidy up compose up call  (#874)

* add dir hierarchy and tidy up compose up call per #873

* change compose file names per feedback

* add note about default contact in 3.17 (#769)

* add note about default contact in 3.16

* oop! 3.17, not 3.16

* Documentation on where to place images when making changes to the doc-site (#881)

* Adding documentation on where to place images when making changes to the docsite

* make image smaller and add arrows

Co-authored-by: mrjones-plip <[email protected]>

* Updates content to be more current

* Updates language and headers
* Includes national scale
* Adds more kickoff resources

* Revert build name (#871)

For #870

* Add horti links, use beta1 example of install

* Document the /api/v2/users API

medic/cht-core#7592

* Add wash PNG icons (#880)

* Add wash PNG icons

* Add wash SVG icons

* 4.0.1 release notes (#885)

* Remove relative paths from .env file (#891)

* update docker helper to be current (#882)

* update docker helper to be current

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* tell that destroy is no joke, yo, per feedback

* call out that down doesn't delete any data

* call out which platforms we support

* call out m1/m2 support

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Bulk delete redesign (#815)

Ticket: medic/cht-core#7778

* 3.16.1 release notes (#886)

* 3.17.1 release notes (#887)

* Fix typo on interoperability page (#898)

* Updates build once section (#889)

Clarified with more up to date language

* Add documentation for create_users_for_contacts transition (#805)

Co-authored-by: Ashley <[email protected]>

* Update 4.0 prep guide to point to Enekto feature release (#890)

* fix deprecated use of down -> stop (#893)

* update helper screenshot to be current (#894)

* update to latest youtube video (#896)

* Change Targets date property default to "now"

The original issue is Target's date property should default to "now"#516.
This PR update the documentation after the PR got approved.
Now that the Target's date property default to 'now', we are updating the docs accordingly.

* Move from master to 4.0.1 as  stop gap (#904)

* Fix broken internal link to monitoring API docs (#905)

* Document RapidPro credentials (#903)

* Rearrange existing docs into handbook top level dir

#895

* Include link to already prepared documentation

* 4.1.0 release notes (#907)

* Remove unexecutable comment, use $0 instead of explicit shell (#912)

* Adding detail to hugo install and troubleshooting (#913)

* Adding detail to hugo install and troubleshooting

* Make it mo' OS agnostic

* fix spelling of "infrastracture" (#917)

* Update of CHT4 local setup documentation (#897)

* This is the first commit for WIP update of CHT4 local setup documentation

* Update content/en/apps/tutorials/local-setup.md

Remove hard-corded command and replace with troubleshooting guide

Co-authored-by: Ashley <[email protected]>

* Actioning on comments added by Andra and Ashley

Co-authored-by: Ashley <[email protected]>

* Add "code suggestion" recommendation to review docs (#920)

For now this seems to be the best place for this recommendation, but ideally we have a set of more detailed pages on code reviews. We currently link out to other recommendations (cool, since there's no need to duplicate all that), but it means not really having a good landing page for all this. For the time being I'm adding this here, but if we expand our code review guidance, this section should move to whatever comes in the future.

* Adds icon and favicons

For #900

* Broken link in How To Manage Translations documentation. (#923)

* Add files via upload

* Update content/en/core/overview/translations.md

Co-authored-by: Marc Abbyad <[email protected]>

Co-authored-by: Marc Abbyad <[email protected]>

* view old action bar permission (#914)

This adds details about the feature flag to enable the old action bar. This permission will hide the More Options menu and FAB.

medic/cht-core#7872

* Adding documentation on task owner vs requester (#902)

* Adding documentation on task owner vs requester

* Ommiting guid explanation

* Adding glossary for guid

* Adding GUID to gloassary list

* Make favicon suitable for dark and light modes (#927)

Uses the negative logo with a gradient similar to the original CHT logo so that it stands out on different colored tabs.

For #924 and #900

* Update 4.0 Upgrade Guide to note `+` operator does not work with strings (#926)

* Update cht4 local setup docs - adding line to ensure .sh file is available under scripts folder (#928)

* This is the first commit for WIP update of CHT4 local setup documentation

* Update content/en/apps/tutorials/local-setup.md

Remove hard-corded command and replace with troubleshooting guide

Co-authored-by: Ashley <[email protected]>

* Actioning on comments added by Andra and Ashley

* Adding line on ensuring .sh file is available

* Update content/en/apps/tutorials/local-setup.md

Co-authored-by: Ashley <[email protected]>

Co-authored-by: Ashley <[email protected]>

* Update 4.0 Upgrade Guide with new cht-conf-test-harness version (#931)

* Add note to upgrade guide about bulleted list bug (#933)

* Add FR install instructions for 4.x (#934)

* Setting up branch to merge with test-harness-branch

Co-authored-by: Ashley <[email protected]>
Co-authored-by: Joshua Kuestersteffen <[email protected]>
Co-authored-by: Yauvaraj Rimal <[email protected]>
Co-authored-by: Jennifer Q <[email protected]>
Co-authored-by: Marc Abbyad <[email protected]>
Co-authored-by: Gareth Bowen <[email protected]>
Co-authored-by: Niraj <[email protected]>
Co-authored-by: Paul Kitutu <[email protected]>
Co-authored-by: Binod Adhikary <[email protected]>
Co-authored-by: Binod Adhikary <[email protected]>
Co-authored-by: Antony <[email protected]>
Co-authored-by: mrjones-plip <[email protected]>
Co-authored-by: Andra Blaj <[email protected]>
Co-authored-by: Andra Blaj <[email protected]>
Co-authored-by: ulrichanani-muso <[email protected]>
Co-authored-by: Nicole Orlowski <[email protected]>
Co-authored-by: Elijah Karari <[email protected]>
Co-authored-by: Mokhtar <[email protected]>
Co-authored-by: Craig Landry <[email protected]>
Co-authored-by: Diana Barsan <[email protected]>
Co-authored-by: elvisdorkenoo <[email protected]>
Co-authored-by: Michael Kohn <[email protected]>
esthermmoturi pushed a commit to medic/cht-docs that referenced this issue Jan 18, 2023
esthermmoturi added a commit to medic/cht-docs that referenced this issue Feb 17, 2023
* Correct naming of search and filter bars

Changed the name from filter to search-filter and search to search-bar

* Checking image file renderring

* Image location

* Adding Muting docs

* Features section for muting docs 1st version

* Features section for muting docs 2nd version

* Improvement of test-harness-documentation

* Correcting test harness branch (#937)

* Update App Hosting guide to work with 3.x, call out it won't work with 4.x (#801)

* Update to work with 3.x, call out it won't work with 4.x

* Update content/en/apps/guides/hosting/app-developer.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Correct field refrence in API Improve #807 (#808)

* Tiny update from filter redesign work. (#784)

* convert all compose files to use 3.x for now until 4.0 is out (#809)

* Add Preparing to upgrade to CHT 4.0 guide  (#806)

* Add Preparing to upgrade to CHT 4.0 guide

* Update content/en/apps/guides/updates/preparing-for-4.0.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Update content/en/apps/guides/updates/preparing-for-4.0.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Update content/en/apps/guides/updates/preparing-for-4.0.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Add extensive Enketo notes per feedback

* update sql queries per feedback

* add note about empty versions

* Update content/en/apps/guides/updates/preparing-for-4.0.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Update content/en/apps/guides/updates/preparing-for-4.0.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Update content/en/apps/guides/updates/preparing-for-4.0.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* add sample privacy policy HTML (#810)

* Release notes for v3.17.0 (#767)

* Change recommended Enketo form test branch to enketo_upgrade_3.x (#811)

* Updates to use mediators, not moderators

#813

* Fixes broken link

Related to #816

* Links directly to PDF file

The fixed link was to the GH page for the PDF. Updated to link directly to the PDF file.

* Split 3.x hosting docs off, create 4.x hosting section (#812)

* Split 3.x hosting docs off, create 4.x hosting section

* Everything but local setup done - and of course no 4.x docs yet ;)

* finalize local-setup

* remove dupe line per feedback

* Update content/en/apps/tutorials/local-setup.md

Co-authored-by: Gareth Bowen <[email protected]>

Co-authored-by: Gareth Bowen <[email protected]>

* Supervisor reference app (#792)

* Documentationf for application tests

* Moving the pages to the `tutorials` section, as mentioned in #32, confirmed with the author

* Adding page for application tests

* Application tests

* Remove old files

* Update application-tests.md

* Add related content, text changes

* Apply suggestions from code review

Co-authored-by: Niraj <[email protected]>

* Follow guidelines

* Added supervisor reference app in examples

* Update supervisor-reference-app.md (#799)

* Update content/en/apps/examples/supervisor-reference-app.md

Co-authored-by: Marc Abbyad <[email protected]>

* Update content/en/apps/examples/supervisor-reference-app.md

Co-authored-by: Ashley <[email protected]>

* Update content/en/apps/tutorials/application-tests.md

Co-authored-by: Ashley <[email protected]>

* Update content/en/apps/tutorials/application-tests.md

Co-authored-by: Ashley <[email protected]>

* Update content/en/apps/tutorials/application-tests.md

Co-authored-by: Ashley <[email protected]>

* Update content/en/apps/tutorials/application-tests.md

Co-authored-by: Ashley <[email protected]>

* Add files via upload

added images for supervisor reference app

* Updated supervisor reference app documentation.

GitHub link is still pending

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/examples/supervisor-reference-app.md

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/tutorials/application-tests.md

* bold table item per feedbac

* fix closing highlight tag

* remove unused image, clean up table image code

* remove unused image, clean up table image code

* make all images transparent

* fix arrows

* update table headers

Co-authored-by: Paul Kitutu <[email protected]>
Co-authored-by: Binod Adhikary <[email protected]>
Co-authored-by: Binod Adhikary <[email protected]>
Co-authored-by: Antony <[email protected]>
Co-authored-by: Marc Abbyad <[email protected]>
Co-authored-by: Ashley <[email protected]>
Co-authored-by: mrjones-plip <[email protected]>

* Differentiate titles (#818)

* Update headers (#822)

For #821

* add known issues dynamic link to >=3.10 (#824)

* Update documentation removing manual testing

We no longer require manual release testing so this section has been updated.
Also updated the "triage" section which hasn't been used for some time.

* Add release notes for 4.0.0

medic/cht-core#7804

* Document MacOS M1 errors (#832)

Co-authored-by: Andra Blaj <[email protected]>

* Document python2 config for MacOS (#838)

* Fix typo (#833)

* Fix hosting setup guides links

* Remove references to Travis

medic/cht-core#7001

* Add App Dev hosting for 4.x  (#834)

* Add App Dev hosting for 4.x per #829

* typo and add link

* list benefits

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Gareth Bowen <[email protected]>

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Gareth Bowen <[email protected]>

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Gareth Bowen <[email protected]>

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Gareth Bowen <[email protected]>

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Gareth Bowen <[email protected]>

* fix code indentations

* update screenshot of helper

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Gareth Bowen <[email protected]>

Co-authored-by: Gareth Bowen <[email protected]>

* Automate the delete branch step

* call out no support for Apple M1/M2 support (#844)

* Update supervisor-reference-app.md (#850)

* Update core developer setup for CHT 4.x (#848)

* Document python2 config for MacOS
* Update doc with developer setup for 4.x

* add iccm immunization icon (#836)

* add iccm immunization icon

* add png

* Make upgrade instructions harder to miss

* Add PIH to example apps (#771)

* Add content

* Update content/en/apps/examples/pih.md

Co-authored-by: Marc Abbyad <[email protected]>

* Add links

* updated with pih documentation file and images

* updated hierarchy image

* PIH CHT documentation updates (#826)

* Update pih.md

* Update pih.md

* Update pih.md

Co-authored-by: Niraj <[email protected]>

* Add files via upload

* Add files via upload

* Update pih.md

changed form names to bold fonts

* Update pih.md

converted image to markdown table with text.

* Delete Human_Immunodeficiency_Virus.png

removing unused images

* Delete IMCI_workflow.png

removing unused images

* Delete TB_workflow.png

removing unused images

* Delete TB_workflow_screened.png

removing unused images

* Delete delivery_workflow.png

* Delete family_planning_workflow.png

* Delete malnutrition_workflow.png

* Delete post_natal_workflow.png

* Delete pregnancy_workflow.png

* Delete ncd.png

* Delete ncd_1.png

* Delete users_hierarchy.png

Co-authored-by: Marc Abbyad <[email protected]>
Co-authored-by: Niraj <[email protected]>
Co-authored-by: Antony <[email protected]>

* 820 improve hierarchy diagram on supervisor reference application (#852)

* Updated hierarchy image

* updated hierarchy image

* Fix path on staging for compose files (#857)

* Document `bind-id-only` (#847)

* Includes bind-id-only

#842

* Cleanup

* Adds `bind-id-only`

Also move warning closer to context.

* Document bulk user upload column names and add ready-to-go spreadsheets (#858)

* Remove sensitive words

medic/cht-core#6574

* Add notes about 24 hour feedback for PR reviews. (#863)

Add notes about 24 hour feedback for PR reviews.

Co-authored-by: Gareth Bowen <[email protected]>

* Refactor XForm widgets (#862)

The widgets were previously in a bulleted list, which made the flow difficult to read, and impossible to link to individual widgets in documentation. This version moves each widget to its own subsection so that they can be referenced properly. This structure also allows for further details to be included, such as screenshots and other details for their use. 

For #861

* Fix reference to unsupported value

#867

* Fix typo in rapidpro endpoint

medic/cht-core#7472

* Fix broken link in demo form (#869)

#868

* Update architecture docs for 4.0.0

* Fix order of instructions 

medic/cht-core#7928

* Fixes header (#876)

Also restructures some of the text for logical flow.

For #875

* add dir hierarchy and tidy up compose up call  (#874)

* add dir hierarchy and tidy up compose up call per #873

* change compose file names per feedback

* add note about default contact in 3.17 (#769)

* add note about default contact in 3.16

* oop! 3.17, not 3.16

* Documentation on where to place images when making changes to the doc-site (#881)

* Adding documentation on where to place images when making changes to the docsite

* make image smaller and add arrows

Co-authored-by: mrjones-plip <[email protected]>

* Updates content to be more current

* Updates language and headers
* Includes national scale
* Adds more kickoff resources

* Revert build name (#871)

For #870

* Add horti links, use beta1 example of install

* Document the /api/v2/users API

medic/cht-core#7592

* Add wash PNG icons (#880)

* Add wash PNG icons

* Add wash SVG icons

* 4.0.1 release notes (#885)

* Remove relative paths from .env file (#891)

* update docker helper to be current (#882)

* update docker helper to be current

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* tell that destroy is no joke, yo, per feedback

* call out that down doesn't delete any data

* call out which platforms we support

* call out m1/m2 support

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Bulk delete redesign (#815)

Ticket: medic/cht-core#7778

* 3.16.1 release notes (#886)

* 3.17.1 release notes (#887)

* Fix typo on interoperability page (#898)

* Updates build once section (#889)

Clarified with more up to date language

* Add documentation for create_users_for_contacts transition (#805)

Co-authored-by: Ashley <[email protected]>

* Update 4.0 prep guide to point to Enekto feature release (#890)

* fix deprecated use of down -> stop (#893)

* update helper screenshot to be current (#894)

* update to latest youtube video (#896)

* Change Targets date property default to "now"

The original issue is Target's date property should default to "now"#516.
This PR update the documentation after the PR got approved.
Now that the Target's date property default to 'now', we are updating the docs accordingly.

* Move from master to 4.0.1 as  stop gap (#904)

* Fix broken internal link to monitoring API docs (#905)

* Document RapidPro credentials (#903)

* Rearrange existing docs into handbook top level dir

#895

* Include link to already prepared documentation

* 4.1.0 release notes (#907)

* Remove unexecutable comment, use $0 instead of explicit shell (#912)

* Adding detail to hugo install and troubleshooting (#913)

* Adding detail to hugo install and troubleshooting

* Make it mo' OS agnostic

* fix spelling of "infrastracture" (#917)

* Update of CHT4 local setup documentation (#897)

* This is the first commit for WIP update of CHT4 local setup documentation

* Update content/en/apps/tutorials/local-setup.md

Remove hard-corded command and replace with troubleshooting guide

Co-authored-by: Ashley <[email protected]>

* Actioning on comments added by Andra and Ashley

Co-authored-by: Ashley <[email protected]>

* Add "code suggestion" recommendation to review docs (#920)

For now this seems to be the best place for this recommendation, but ideally we have a set of more detailed pages on code reviews. We currently link out to other recommendations (cool, since there's no need to duplicate all that), but it means not really having a good landing page for all this. For the time being I'm adding this here, but if we expand our code review guidance, this section should move to whatever comes in the future.

* Adds icon and favicons

For #900

* Broken link in How To Manage Translations documentation. (#923)

* Add files via upload

* Update content/en/core/overview/translations.md

Co-authored-by: Marc Abbyad <[email protected]>

Co-authored-by: Marc Abbyad <[email protected]>

* view old action bar permission (#914)

This adds details about the feature flag to enable the old action bar. This permission will hide the More Options menu and FAB.

medic/cht-core#7872

* Adding documentation on task owner vs requester (#902)

* Adding documentation on task owner vs requester

* Ommiting guid explanation

* Adding glossary for guid

* Adding GUID to gloassary list

* Make favicon suitable for dark and light modes (#927)

Uses the negative logo with a gradient similar to the original CHT logo so that it stands out on different colored tabs.

For #924 and #900

* Update 4.0 Upgrade Guide to note `+` operator does not work with strings (#926)

* Update cht4 local setup docs - adding line to ensure .sh file is available under scripts folder (#928)

* This is the first commit for WIP update of CHT4 local setup documentation

* Update content/en/apps/tutorials/local-setup.md

Remove hard-corded command and replace with troubleshooting guide

Co-authored-by: Ashley <[email protected]>

* Actioning on comments added by Andra and Ashley

* Adding line on ensuring .sh file is available

* Update content/en/apps/tutorials/local-setup.md

Co-authored-by: Ashley <[email protected]>

Co-authored-by: Ashley <[email protected]>

* Update 4.0 Upgrade Guide with new cht-conf-test-harness version (#931)

* Add note to upgrade guide about bulleted list bug (#933)

* Add FR install instructions for 4.x (#934)

* Setting up branch to merge with test-harness-branch

Co-authored-by: Ashley <[email protected]>
Co-authored-by: Joshua Kuestersteffen <[email protected]>
Co-authored-by: Yauvaraj Rimal <[email protected]>
Co-authored-by: Jennifer Q <[email protected]>
Co-authored-by: Marc Abbyad <[email protected]>
Co-authored-by: Gareth Bowen <[email protected]>
Co-authored-by: Niraj <[email protected]>
Co-authored-by: Paul Kitutu <[email protected]>
Co-authored-by: Binod Adhikary <[email protected]>
Co-authored-by: Binod Adhikary <[email protected]>
Co-authored-by: Antony <[email protected]>
Co-authored-by: mrjones-plip <[email protected]>
Co-authored-by: Andra Blaj <[email protected]>
Co-authored-by: Andra Blaj <[email protected]>
Co-authored-by: ulrichanani-muso <[email protected]>
Co-authored-by: Nicole Orlowski <[email protected]>
Co-authored-by: Elijah Karari <[email protected]>
Co-authored-by: Mokhtar <[email protected]>
Co-authored-by: Craig Landry <[email protected]>
Co-authored-by: Diana Barsan <[email protected]>
Co-authored-by: elvisdorkenoo <[email protected]>
Co-authored-by: Michael Kohn <[email protected]>

* Removing all additional files pushed from main

* Update content/en/apps/tutorials/application-tests.md

Co-authored-by: Binod Adhikary <[email protected]>

* Update content/en/apps/tutorials/application-tests.md

Co-authored-by: Binod Adhikary <[email protected]>

* Update content/en/apps/tutorials/application-tests.md

Co-authored-by: Binod Adhikary <[email protected]>

* Incorporating review suggestions

* Update content/en/apps/tutorials/application-tests.md

Co-authored-by: Binod Adhikary <[email protected]>

* Update content/en/apps/tutorials/application-tests.md

Co-authored-by: Binod Adhikary <[email protected]>

---------

Co-authored-by: Elijah Gichinga <[email protected]>
Co-authored-by: Ashley <[email protected]>
Co-authored-by: Joshua Kuestersteffen <[email protected]>
Co-authored-by: Yauvaraj Rimal <[email protected]>
Co-authored-by: Jennifer Q <[email protected]>
Co-authored-by: Marc Abbyad <[email protected]>
Co-authored-by: Gareth Bowen <[email protected]>
Co-authored-by: Niraj <[email protected]>
Co-authored-by: Paul Kitutu <[email protected]>
Co-authored-by: Binod Adhikary <[email protected]>
Co-authored-by: Binod Adhikary <[email protected]>
Co-authored-by: Antony <[email protected]>
Co-authored-by: mrjones-plip <[email protected]>
Co-authored-by: Andra Blaj <[email protected]>
Co-authored-by: Andra Blaj <[email protected]>
Co-authored-by: ulrichanani-muso <[email protected]>
Co-authored-by: Nicole Orlowski <[email protected]>
Co-authored-by: Mokhtar <[email protected]>
Co-authored-by: Craig Landry <[email protected]>
Co-authored-by: Diana Barsan <[email protected]>
Co-authored-by: elvisdorkenoo <[email protected]>
Co-authored-by: Michael Kohn <[email protected]>
esthermmoturi added a commit to medic/cht-docs that referenced this issue Feb 17, 2023
* Correct naming of search and filter bars

Changed the name from filter to search-filter and search to search-bar

* Checking image file renderring

* Image location

* Adding Muting docs

* Features section for muting docs 1st version

* Features section for muting docs 2nd version

* Improvement of test-harness-documentation

* Correcting test harness branch (#937)

* Update App Hosting guide to work with 3.x, call out it won't work with 4.x (#801)

* Update to work with 3.x, call out it won't work with 4.x

* Update content/en/apps/guides/hosting/app-developer.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Correct field refrence in API Improve #807 (#808)

* Tiny update from filter redesign work. (#784)

* convert all compose files to use 3.x for now until 4.0 is out (#809)

* Add Preparing to upgrade to CHT 4.0 guide  (#806)

* Add Preparing to upgrade to CHT 4.0 guide

* Update content/en/apps/guides/updates/preparing-for-4.0.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Update content/en/apps/guides/updates/preparing-for-4.0.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Update content/en/apps/guides/updates/preparing-for-4.0.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Add extensive Enketo notes per feedback

* update sql queries per feedback

* add note about empty versions

* Update content/en/apps/guides/updates/preparing-for-4.0.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Update content/en/apps/guides/updates/preparing-for-4.0.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Update content/en/apps/guides/updates/preparing-for-4.0.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* add sample privacy policy HTML (#810)

* Release notes for v3.17.0 (#767)

* Change recommended Enketo form test branch to enketo_upgrade_3.x (#811)

* Updates to use mediators, not moderators

#813

* Fixes broken link

Related to #816

* Links directly to PDF file

The fixed link was to the GH page for the PDF. Updated to link directly to the PDF file.

* Split 3.x hosting docs off, create 4.x hosting section (#812)

* Split 3.x hosting docs off, create 4.x hosting section

* Everything but local setup done - and of course no 4.x docs yet ;)

* finalize local-setup

* remove dupe line per feedback

* Update content/en/apps/tutorials/local-setup.md

Co-authored-by: Gareth Bowen <[email protected]>

Co-authored-by: Gareth Bowen <[email protected]>

* Supervisor reference app (#792)

* Documentationf for application tests

* Moving the pages to the `tutorials` section, as mentioned in #32, confirmed with the author

* Adding page for application tests

* Application tests

* Remove old files

* Update application-tests.md

* Add related content, text changes

* Apply suggestions from code review

Co-authored-by: Niraj <[email protected]>

* Follow guidelines

* Added supervisor reference app in examples

* Update supervisor-reference-app.md (#799)

* Update content/en/apps/examples/supervisor-reference-app.md

Co-authored-by: Marc Abbyad <[email protected]>

* Update content/en/apps/examples/supervisor-reference-app.md

Co-authored-by: Ashley <[email protected]>

* Update content/en/apps/tutorials/application-tests.md

Co-authored-by: Ashley <[email protected]>

* Update content/en/apps/tutorials/application-tests.md

Co-authored-by: Ashley <[email protected]>

* Update content/en/apps/tutorials/application-tests.md

Co-authored-by: Ashley <[email protected]>

* Update content/en/apps/tutorials/application-tests.md

Co-authored-by: Ashley <[email protected]>

* Add files via upload

added images for supervisor reference app

* Updated supervisor reference app documentation.

GitHub link is still pending

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/examples/supervisor-reference-app.md

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/tutorials/application-tests.md

* Update content/en/apps/tutorials/application-tests.md

* bold table item per feedbac

* fix closing highlight tag

* remove unused image, clean up table image code

* remove unused image, clean up table image code

* make all images transparent

* fix arrows

* update table headers

Co-authored-by: Paul Kitutu <[email protected]>
Co-authored-by: Binod Adhikary <[email protected]>
Co-authored-by: Binod Adhikary <[email protected]>
Co-authored-by: Antony <[email protected]>
Co-authored-by: Marc Abbyad <[email protected]>
Co-authored-by: Ashley <[email protected]>
Co-authored-by: mrjones-plip <[email protected]>

* Differentiate titles (#818)

* Update headers (#822)

For #821

* add known issues dynamic link to >=3.10 (#824)

* Update documentation removing manual testing

We no longer require manual release testing so this section has been updated.
Also updated the "triage" section which hasn't been used for some time.

* Add release notes for 4.0.0

medic/cht-core#7804

* Document MacOS M1 errors (#832)

Co-authored-by: Andra Blaj <[email protected]>

* Document python2 config for MacOS (#838)

* Fix typo (#833)

* Fix hosting setup guides links

* Remove references to Travis

medic/cht-core#7001

* Add App Dev hosting for 4.x  (#834)

* Add App Dev hosting for 4.x per #829

* typo and add link

* list benefits

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Gareth Bowen <[email protected]>

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Gareth Bowen <[email protected]>

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Gareth Bowen <[email protected]>

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Gareth Bowen <[email protected]>

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Gareth Bowen <[email protected]>

* fix code indentations

* update screenshot of helper

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Gareth Bowen <[email protected]>

Co-authored-by: Gareth Bowen <[email protected]>

* Automate the delete branch step

* call out no support for Apple M1/M2 support (#844)

* Update supervisor-reference-app.md (#850)

* Update core developer setup for CHT 4.x (#848)

* Document python2 config for MacOS
* Update doc with developer setup for 4.x

* add iccm immunization icon (#836)

* add iccm immunization icon

* add png

* Make upgrade instructions harder to miss

* Add PIH to example apps (#771)

* Add content

* Update content/en/apps/examples/pih.md

Co-authored-by: Marc Abbyad <[email protected]>

* Add links

* updated with pih documentation file and images

* updated hierarchy image

* PIH CHT documentation updates (#826)

* Update pih.md

* Update pih.md

* Update pih.md

Co-authored-by: Niraj <[email protected]>

* Add files via upload

* Add files via upload

* Update pih.md

changed form names to bold fonts

* Update pih.md

converted image to markdown table with text.

* Delete Human_Immunodeficiency_Virus.png

removing unused images

* Delete IMCI_workflow.png

removing unused images

* Delete TB_workflow.png

removing unused images

* Delete TB_workflow_screened.png

removing unused images

* Delete delivery_workflow.png

* Delete family_planning_workflow.png

* Delete malnutrition_workflow.png

* Delete post_natal_workflow.png

* Delete pregnancy_workflow.png

* Delete ncd.png

* Delete ncd_1.png

* Delete users_hierarchy.png

Co-authored-by: Marc Abbyad <[email protected]>
Co-authored-by: Niraj <[email protected]>
Co-authored-by: Antony <[email protected]>

* 820 improve hierarchy diagram on supervisor reference application (#852)

* Updated hierarchy image

* updated hierarchy image

* Fix path on staging for compose files (#857)

* Document `bind-id-only` (#847)

* Includes bind-id-only

#842

* Cleanup

* Adds `bind-id-only`

Also move warning closer to context.

* Document bulk user upload column names and add ready-to-go spreadsheets (#858)

* Remove sensitive words

medic/cht-core#6574

* Add notes about 24 hour feedback for PR reviews. (#863)

Add notes about 24 hour feedback for PR reviews.

Co-authored-by: Gareth Bowen <[email protected]>

* Refactor XForm widgets (#862)

The widgets were previously in a bulleted list, which made the flow difficult to read, and impossible to link to individual widgets in documentation. This version moves each widget to its own subsection so that they can be referenced properly. This structure also allows for further details to be included, such as screenshots and other details for their use. 

For #861

* Fix reference to unsupported value

#867

* Fix typo in rapidpro endpoint

medic/cht-core#7472

* Fix broken link in demo form (#869)

#868

* Update architecture docs for 4.0.0

* Fix order of instructions 

medic/cht-core#7928

* Fixes header (#876)

Also restructures some of the text for logical flow.

For #875

* add dir hierarchy and tidy up compose up call  (#874)

* add dir hierarchy and tidy up compose up call per #873

* change compose file names per feedback

* add note about default contact in 3.17 (#769)

* add note about default contact in 3.16

* oop! 3.17, not 3.16

* Documentation on where to place images when making changes to the doc-site (#881)

* Adding documentation on where to place images when making changes to the docsite

* make image smaller and add arrows

Co-authored-by: mrjones-plip <[email protected]>

* Updates content to be more current

* Updates language and headers
* Includes national scale
* Adds more kickoff resources

* Revert build name (#871)

For #870

* Add horti links, use beta1 example of install

* Document the /api/v2/users API

medic/cht-core#7592

* Add wash PNG icons (#880)

* Add wash PNG icons

* Add wash SVG icons

* 4.0.1 release notes (#885)

* Remove relative paths from .env file (#891)

* update docker helper to be current (#882)

* update docker helper to be current

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* tell that destroy is no joke, yo, per feedback

* call out that down doesn't delete any data

* call out which platforms we support

* call out m1/m2 support

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Update content/en/apps/guides/hosting/4.x/app-developer.md

Co-authored-by: Joshua Kuestersteffen <[email protected]>

Co-authored-by: Joshua Kuestersteffen <[email protected]>

* Bulk delete redesign (#815)

Ticket: medic/cht-core#7778

* 3.16.1 release notes (#886)

* 3.17.1 release notes (#887)

* Fix typo on interoperability page (#898)

* Updates build once section (#889)

Clarified with more up to date language

* Add documentation for create_users_for_contacts transition (#805)

Co-authored-by: Ashley <[email protected]>

* Update 4.0 prep guide to point to Enekto feature release (#890)

* fix deprecated use of down -> stop (#893)

* update helper screenshot to be current (#894)

* update to latest youtube video (#896)

* Change Targets date property default to "now"

The original issue is Target's date property should default to "now"#516.
This PR update the documentation after the PR got approved.
Now that the Target's date property default to 'now', we are updating the docs accordingly.

* Move from master to 4.0.1 as  stop gap (#904)

* Fix broken internal link to monitoring API docs (#905)

* Document RapidPro credentials (#903)

* Rearrange existing docs into handbook top level dir

#895

* Include link to already prepared documentation

* 4.1.0 release notes (#907)

* Remove unexecutable comment, use $0 instead of explicit shell (#912)

* Adding detail to hugo install and troubleshooting (#913)

* Adding detail to hugo install and troubleshooting

* Make it mo' OS agnostic

* fix spelling of "infrastracture" (#917)

* Update of CHT4 local setup documentation (#897)

* This is the first commit for WIP update of CHT4 local setup documentation

* Update content/en/apps/tutorials/local-setup.md

Remove hard-corded command and replace with troubleshooting guide

Co-authored-by: Ashley <[email protected]>

* Actioning on comments added by Andra and Ashley

Co-authored-by: Ashley <[email protected]>

* Add "code suggestion" recommendation to review docs (#920)

For now this seems to be the best place for this recommendation, but ideally we have a set of more detailed pages on code reviews. We currently link out to other recommendations (cool, since there's no need to duplicate all that), but it means not really having a good landing page for all this. For the time being I'm adding this here, but if we expand our code review guidance, this section should move to whatever comes in the future.

* Adds icon and favicons

For #900

* Broken link in How To Manage Translations documentation. (#923)

* Add files via upload

* Update content/en/core/overview/translations.md

Co-authored-by: Marc Abbyad <[email protected]>

Co-authored-by: Marc Abbyad <[email protected]>

* view old action bar permission (#914)

This adds details about the feature flag to enable the old action bar. This permission will hide the More Options menu and FAB.

medic/cht-core#7872

* Adding documentation on task owner vs requester (#902)

* Adding documentation on task owner vs requester

* Ommiting guid explanation

* Adding glossary for guid

* Adding GUID to gloassary list

* Make favicon suitable for dark and light modes (#927)

Uses the negative logo with a gradient similar to the original CHT logo so that it stands out on different colored tabs.

For #924 and #900

* Update 4.0 Upgrade Guide to note `+` operator does not work with strings (#926)

* Update cht4 local setup docs - adding line to ensure .sh file is available under scripts folder (#928)

* This is the first commit for WIP update of CHT4 local setup documentation

* Update content/en/apps/tutorials/local-setup.md

Remove hard-corded command and replace with troubleshooting guide

Co-authored-by: Ashley <[email protected]>

* Actioning on comments added by Andra and Ashley

* Adding line on ensuring .sh file is available

* Update content/en/apps/tutorials/local-setup.md

Co-authored-by: Ashley <[email protected]>

Co-authored-by: Ashley <[email protected]>

* Update 4.0 Upgrade Guide with new cht-conf-test-harness version (#931)

* Add note to upgrade guide about bulleted list bug (#933)

* Add FR install instructions for 4.x (#934)

* Setting up branch to merge with test-harness-branch

Co-authored-by: Ashley <[email protected]>
Co-authored-by: Joshua Kuestersteffen <[email protected]>
Co-authored-by: Yauvaraj Rimal <[email protected]>
Co-authored-by: Jennifer Q <[email protected]>
Co-authored-by: Marc Abbyad <[email protected]>
Co-authored-by: Gareth Bowen <[email protected]>
Co-authored-by: Niraj <[email protected]>
Co-authored-by: Paul Kitutu <[email protected]>
Co-authored-by: Binod Adhikary <[email protected]>
Co-authored-by: Binod Adhikary <[email protected]>
Co-authored-by: Antony <[email protected]>
Co-authored-by: mrjones-plip <[email protected]>
Co-authored-by: Andra Blaj <[email protected]>
Co-authored-by: Andra Blaj <[email protected]>
Co-authored-by: ulrichanani-muso <[email protected]>
Co-authored-by: Nicole Orlowski <[email protected]>
Co-authored-by: Elijah Karari <[email protected]>
Co-authored-by: Mokhtar <[email protected]>
Co-authored-by: Craig Landry <[email protected]>
Co-authored-by: Diana Barsan <[email protected]>
Co-authored-by: elvisdorkenoo <[email protected]>
Co-authored-by: Michael Kohn <[email protected]>

* Removing all additional files pushed from main

* Update content/en/apps/tutorials/application-tests.md

Co-authored-by: Binod Adhikary <[email protected]>

* Update content/en/apps/tutorials/application-tests.md

Co-authored-by: Binod Adhikary <[email protected]>

* Update content/en/apps/tutorials/application-tests.md

Co-authored-by: Binod Adhikary <[email protected]>

* Incorporating review suggestions

* Adding Elijah's review suggestions

* Correcting merge conflict with main

---------

Co-authored-by: Elijah Gichinga <[email protected]>
Co-authored-by: Ashley <[email protected]>
Co-authored-by: Joshua Kuestersteffen <[email protected]>
Co-authored-by: Yauvaraj Rimal <[email protected]>
Co-authored-by: Jennifer Q <[email protected]>
Co-authored-by: Marc Abbyad <[email protected]>
Co-authored-by: Gareth Bowen <[email protected]>
Co-authored-by: Niraj <[email protected]>
Co-authored-by: Paul Kitutu <[email protected]>
Co-authored-by: Binod Adhikary <[email protected]>
Co-authored-by: Binod Adhikary <[email protected]>
Co-authored-by: Antony <[email protected]>
Co-authored-by: mrjones-plip <[email protected]>
Co-authored-by: Andra Blaj <[email protected]>
Co-authored-by: Andra Blaj <[email protected]>
Co-authored-by: ulrichanani-muso <[email protected]>
Co-authored-by: Nicole Orlowski <[email protected]>
Co-authored-by: Mokhtar <[email protected]>
Co-authored-by: Craig Landry <[email protected]>
Co-authored-by: Diana Barsan <[email protected]>
Co-authored-by: elvisdorkenoo <[email protected]>
Co-authored-by: Michael Kohn <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Internal process An organizational process, eg: doing a release
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants