| version: "3.0" | |
| stories: | |
| - story: find schedule with course & class_type & group | |
| steps: | |
| - user: | | |
| unde o sa fie [cursul](class_type) de [ingineria programelor](course) de la seria [CA](group) | |
| intent: university_guide.find_schedule # intent that triggers form activation | |
| - action: find_schedule_params_form # run the form | |
| - active_loop: find_schedule_params_form # this form is active | |
| - active_loop: null # the form is no longer active because it has been filled | |
| - action: action_find_schedule | |
| - story: find schedule with course & class_type | |
| steps: | |
| - user: | | |
| Unde va avea loc [seminarul](class_type) de [ingineria programelor](course) | |
| intent: university_guide.find_schedule # intent that triggers form activation | |
| - action: find_schedule_params_form # run the form | |
| - active_loop: find_schedule_params_form # this form is active | |
| - active_loop: null # the form is no longer active because it has been filled | |
| - action: action_find_schedule |