You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the src/configs/prod/apps.yaml we can add comments in different places for Improved Readability, Simplified Maintenance that helps in reducing the effort needed to debug or update the configuration as requirements evolve and Faster Onboarding so that new team members can quickly understand the purpose of the YAML file and how it is structured.
Example for this in code ;-
`# Notice section for employees to go paperless and verify mailing addresses
notice:
label: 'City Employees - Go Paperless' # Label for the notice
pretext: ''
text: 'Click the ESS tile to confirm that your mailing address is correct & to go paperless for your W2, ACA and paystubs. Tax documents will be available in January.'
# Applications section - Lists available apps grouped by categories
categories:
- title: Applications # Main category title
show_request_access_link: false # Hides request access link for this category
icons: true # Enables icons for apps in this category
apps:
- title: Beacon
url: https://beacon.boston.gov/cob # URL for the Beacon app
icon: https://assets.boston.gov/icons/accessboston/lighthouse_basic_icon.svg # Icon for Beacon app
- title: Employee Self-Service
url: https://ess.boston.gov/ # Link to the ESS portal
icon: https://assets.boston.gov/icons/accessboston/ess.svg
groups:
- SG_AB_ESS # Group with access to this app
if find suitable we can update the code
The text was updated successfully, but these errors were encountered:
sir @phillipbentonkelly can you please check the changes made by @PreritNag in the inhancement branch, as it has become more readable than before which will gonna help new developers and new team that will be going to work on this
In the src/configs/prod/apps.yaml we can add comments in different places for Improved Readability, Simplified Maintenance that helps in reducing the effort needed to debug or update the configuration as requirements evolve and Faster Onboarding so that new team members can quickly understand the purpose of the YAML file and how it is structured.
Example for this in code ;-
if find suitable we can update the code
The text was updated successfully, but these errors were encountered: