Add confirmation and summary
This commit is contained in:
		
							parent
							
								
									9b3973805e
								
							
						
					
					
						commit
						35799b7754
					
				
					 25 changed files with 1419 additions and 265 deletions
				
			
		| 
						 | 
				
			
			@ -14,6 +14,7 @@ urlpatterns = [
 | 
			
		|||
    # New step-based architecture
 | 
			
		||||
    path('instance/<int:instance_id>/steps/', views.instance_steps, name='instance_steps'),
 | 
			
		||||
    path('instance/<int:instance_id>/step/<int:step_id>/', views.step_detail, name='step_detail'),
 | 
			
		||||
    path('instance/<int:instance_id>/summary/', views.instance_summary, name='instance_summary'),
 | 
			
		||||
 | 
			
		||||
    # Legacy process views
 | 
			
		||||
    path('', views.process_list, name='process_list'),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue