The names of intents and dialogs are inconsistent. For example: we have intents called GetEmployeesByProject and GetPeopleBySkills. GetEmployeesByProject should be renamed to GetPeopleByProject.
Keeping good and consistent names is also beneficial for moving to other technology.
Tasks
[ ] Rename GetPeopleBasedOnLocation to GetPeopleByLocation
[ ] Rename GetEmployeesByProject to GetPeopleByProject
[ ] Rename GetCurrentEmployeesOnLocation to GetPeopleInOffice
Cc: @jimmidier @pierssinclairssw @adamcogan
To myself,
Pain
The names of intents and dialogs are inconsistent. For example: we have intents called
GetEmployeesByProject
andGetPeopleBySkills
.GetEmployeesByProject
should be renamed toGetPeopleByProject
.Keeping good and consistent names is also beneficial for moving to other technology.
Tasks
GetPeopleBasedOnLocation
toGetPeopleByLocation
GetEmployeesByProject
toGetPeopleByProject
GetCurrentEmployeesOnLocation
toGetPeopleInOffice
GetEmployeeProjects
toGetProjects
CheckAvailability
toGetAvailability
Acceptance Criteria
Screenshots
Figure: Existing intents
Thanks!