Improve Team-indeling dashboard UI and cache invalidation
- Replace 'TEAM' label with Type attribute (Business/Enabling/Staf) in team blocks - Make Type labels larger (text-sm) and brighter colors - Make SUBTEAM label less bright (indigo-300) and smaller (text-[10px]) - Add 'FTE' suffix to bandbreedte values in header and application blocks - Add Platform and Connected Device labels to application blocks - Show Platform FTE and Workloads FTE separately in Platform blocks - Add spacing between Regiemodel letter and count value - Add cache invalidation for Team Dashboard when applications are updated - Enrich team references with Type attribute in getSubteamToTeamMapping
This commit is contained in:
30
.env.example
30
.env.example
@@ -5,36 +5,6 @@ JIRA_SCHEMA_ID=your_schema_id
|
||||
|
||||
JIRA_API_BATCH_SIZE=20
|
||||
|
||||
# Object Type IDs (retrieve via API)
|
||||
JIRA_APPLICATION_COMPONENT_TYPE_ID=your_type_id
|
||||
JIRA_APPLICATION_FUNCTION_TYPE_ID=your_function_type_id
|
||||
JIRA_DYNAMICS_FACTOR_TYPE_ID=your_dynamics_factor_type_id
|
||||
JIRA_COMPLEXITY_FACTOR_TYPE_ID=your_complexity_factor_type_id
|
||||
JIRA_NUMBER_OF_USERS_TYPE_ID=your_number_of_users_type_id
|
||||
JIRA_GOVERNANCE_MODEL_TYPE_ID=your_governance_model_type_id
|
||||
JIRA_APPLICATION_CLUSTER_TYPE_ID=your_application_cluster_type_id
|
||||
JIRA_APPLICATION_TYPE_TYPE_ID=your_application_type_type_id
|
||||
JIRA_BUSINESS_IMPACT_ANALYSE_TYPE_ID=your_business_impact_analyse_type_id
|
||||
JIRA_HOSTING_TYPE_TYPE_ID=your_hosting_type_type_id
|
||||
JIRA_HOSTING_TYPE_ID=your_hosting_type_id
|
||||
JIRA_TAM_TYPE_ID=your_tam_type_id
|
||||
|
||||
# Attribute IDs (retrieve via API - needed for updates)
|
||||
JIRA_ATTR_APPLICATION_FUNCTION=attribute_id
|
||||
JIRA_ATTR_DYNAMICS_FACTOR=attribute_id
|
||||
JIRA_ATTR_COMPLEXITY_FACTOR=attribute_id
|
||||
JIRA_ATTR_NUMBER_OF_USERS=attribute_id
|
||||
JIRA_ATTR_GOVERNANCE_MODEL=attribute_id
|
||||
JIRA_ATTR_APPLICATION_CLUSTER=attribute_id
|
||||
JIRA_ATTR_APPLICATION_TYPE=attribute_id
|
||||
JIRA_ATTR_PLATFORM=attribute_id
|
||||
JIRA_ATTR_BUSINESS_IMPACT_ANALYSE=attribute_id
|
||||
JIRA_ATTR_HOSTING_TYPE=attribute_id
|
||||
JIRA_ATTR_TECHNISCHE_ARCHITECTUUR=attribute_id
|
||||
JIRA_ATTR_HOSTING=attribute_id
|
||||
JIRA_ATTR_TAM=attribute_id
|
||||
|
||||
|
||||
# Claude API
|
||||
ANTHROPIC_API_KEY=your_anthropic_api_key_here
|
||||
|
||||
|
||||
Reference in New Issue
Block a user