dkatzz

Results 62 comments of dkatzz

Updated docs: [https://github.com/civiform/civiform/wiki/Getting-started/_compare/96b0cadb1c09097[…]12f57889c4188d5dba04...ca2cb12fefbe180d78ccde3c74efb6dfaf50578f](https://github.com/civiform/civiform/wiki/Getting-started/_compare/96b0cadb1c090976bf2112f57889c4188d5dba04...ca2cb12fefbe180d78ccde3c74efb6dfaf50578f)

In order to allow persist history you can add the following to ~/.bashrc in the codespace: ``` # Append history to a file in the persistent storage volume export HISTFILE="$HOME/.bash_history"...

@Miguel-314 FYI! I'll plan to add some more of the technical details I found when looking into this as well

This is where we decide whether to show / hide a block: https://github.com/civiform/civiform/blob/dbf3ca0a7c5b3076ed45f60faef0db8327aed151/server/app/services/applicant/ReadOnlyApplicantProgramServiceImpl.java#L466 This is where we make sure there is something selected in the predicate UI: https://github.com/civiform/civiform/blob/7b3cd57e881e59dee5b7242eab76d3832dd96016/server/app/assets/javascripts/admin_predicate_configuration.ts#L128-L139 When nothing...

The reason this is complicated is because if a question hasn't been seen / answered, the response won't be added to the applicant data (https://github.com/civiform/civiform/blob/dbf3ca0a7c5b3076ed45f60faef0db8327aed151/server/app/services/applicant/ReadOnlyApplicantProgramServiceImpl.java#L502) and the applicant data is...

@msprenke would you mind adding details here for the other use case that was brought up in the product design committee? Thanks!

> @gwendolyngoetz I just want to clarify that routes starting with `admin/tiGroups` aren't for the TI dashboard. Those are for the admin TI configuration. Routes for the TI dashboard start...

See dependency dashboard for latest PR to upgrade - https://github.com/civiform/civiform/issues/2124

We should ensure this works for codespaces as well.

Currently, the behavior is to only show the "may be eligible" tag when: 1) programs have eligibility conditions applied and 2) the applicant has answered questions in a way that...