Skip to content

Calendar Views

RAMP provides four calendar views for release planning, each designed for a different perspective on scheduling, team coordination, and operational awareness. The Release Planning page serves as the central hub for visualizing and managing all planned operations across your systems.

Navigate to Release Planning from the main sidebar. The planning page features a tab bar with four views.

The Timeline view is the primary planning interface, showing a multi-month grid organized by system stages with operations plotted on a day-by-day timeline.

  1. Select a System from the dropdown to view its stages and operations.
  2. The timeline displays the current month plus three future months.
  3. Each row represents a system stage (e.g., Development, Staging, Production).
  4. Each column represents a day.
  5. Operations appear as colored bars spanning their scheduled date range.
  • Multi-month display — View four months simultaneously for long-range planning. Add more months or remove them as needed.
  • Stage rows — Each stage of the selected system has its own row, showing all operations planned for that stage.
  • User rows — Within each stage, individual team members are shown with their availability status.
  • Day columns — Each day is a column cell where operations and availability can be viewed and managed.
  • Weekends — Weekend days are visually distinguished with “WE” labels.
  • Collapsible sections — Expand or collapse individual months to focus on specific time periods.

Operations appear as colored blocks on the timeline:

Operation typeDescription
RunbookLinked to a RAMP instance. Status reflects the instance lifecycle.
ActionA standalone task or event not linked to a runbook instance.

Operation statuses and their display colors:

StatusDescription
PlannedScheduled but not yet started
In ProgressCurrently being executed
CompletedFinished successfully
CancelledCancelled before completion
FailedCompleted with failure
On HoldTemporarily paused or waiting
  1. Click on an empty cell in the timeline grid.
  2. An Operation Dialog opens with the date and stage pre-filled.
  3. Fill in the operation details: name, description, type (Runbook or Action), date range, and optional assigned user.
  4. For Runbook operations, optionally link to an existing RAMP instance.
  5. Click Save to create the operation.
  • Click on an existing operation bar to open the edit dialog.
  • Modify the operation details and save.
  • Use the delete option to remove an operation.

Within each stage row, the timeline shows team member availability using color-coded cells:

  • Each user assigned to the stage has a sub-row.
  • Day cells are colored based on the user’s availability type (e.g., available, on leave, training).
  • A legend at the top of the page explains the color coding.
  1. Click on a user’s day cell in the timeline.
  2. Select an availability type from the dialog.
  3. The cell updates with the corresponding color.

Select multiple day cells by clicking and dragging, then assign an availability type to all selected days at once. A selection toolbar appears with available status options.

Click the History icon on a month header to view the audit history for that month, showing all changes to operations and availability.

The System Calendar view shows a summary of all operations for a selected system over a date range.

  • System selector — Choose which managed system to view.
  • Stage grouping — Operations are organized by stage in collapsible accordion sections.
  • Operation cards — Each operation shows its name, type, status, date range, and assigned user.
  • Date range — Displays the current month plus the next month.
  • Get a quick overview of what is planned for a specific system.
  • Review operation density across stages.
  • Identify scheduling conflicts.

The User Calendar view shows all operations assigned to a specific user across all systems and stages.

  • User selector — Choose which user’s schedule to view.
  • Cross-system visibility — See all assignments regardless of system.
  • Operation grouping — Operations are grouped by system and stage.
  • Date range — Shows the current month plus the next month.
  • Check a team member’s workload before assigning new tasks.
  • Review a user’s upcoming responsibilities.
  • Identify scheduling conflicts for a specific person.

The Global Calendar provides a high-level overview of all operations across all systems and users.

  • Focus view toggle — Switch between Week and Month views.
  • Activity heatmap — Days are color-coded by operation density (darker blue = more activity).
  • Summary statistics — Total operations, systems involved, and assigned users.
  • Operations table — A sortable table listing all operations in the selected period with system, stage, status, and assigned user.
  • Identify busy periods and potential bottlenecks.
  • Plan new operations during quieter periods.
  • Get a management-level overview of operational activity.

Operations on all calendar views are color-coded by status:

ColorStatus
BluePlanned
GreenIn Progress
Dark GreenCompleted
RedCancelled / Failed
OrangeOn Hold

All calendar views receive real-time updates via SignalR. When operations are created, modified, or deleted by other users, the views update automatically.

The Release Planning page supports URL parameters for deep linking:

  • ?tab=timeline — Opens the Timeline tab.
  • ?tab=system — Opens the System Calendar tab.
  • ?tab=user — Opens the User Calendar tab.
  • ?tab=global — Opens the Global Calendar tab.
  • ?system={systemId} — Pre-selects a system (for Timeline and System views).

This allows you to bookmark specific views or share links with colleagues.