Changes between Version 4 and Version 5 of ImportantUseCase1
- Timestamp:
- 12/09/22 18:53:34 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImportantUseCase1
v4 v5 6 6 === **Чекори во сценариото**: 7 7 === 1. Да претпоставиме дека корисникот е на почетната страна. 8 [[Image( homepage.jpg)]]8 [[Image(business_user.png)]] 9 9 === 2. Со клик на Create business account линкот клиентот се пренасочува кон страната за регистрација. 10 10 [[Image(businessacc.png)]] … … 16 16 (default,'callum_wilson@domain.com','c_wilson','callum','wilson','mypass123',now(),null) 17 17 insert into project.business_users(user_id) 18 select user_id from project.users u where u.username = ' test';18 select user_id from project.users u where u.username = 'c_wilson'; 19 19 20 20 }}}