2. 2-1. use case
2-2. activity diagram
register
Edit profile
Show exercise
record
Start exercise
3. 2-3. sequence diagram
<Edit User Information - Sequence diagram>
Edit User Information - Tabular description
Actors User, Data Base
Description Change User information from database.
If users weight or Inch is reduced or increased, we should
use this function.
Data User Information( weight, Inch), Password, etc .
Stimulus Edit button, User Input(weight, Inch)
Response Confirmation about updating DataBase or not
Comments We should use this function sincerely and honestly.
Then we can check change of our body, and we can plan
exercise correctly.
Message(Fail)
Message(OK)
OK
Error (Type, storage
error etc..)
Store(User info)
Check(Fail)
Check(Ok)
Uqdate(User info)
Edit( )
Check(password)
Fail
Authorization
(Password)
User
Information
Data Base
4. < Show Users Record >
show users menual table description
Show Menu
Actors User, DBS
Description
Display users record about past exercise.
If users want to check previous exercise record or want to
make better exercise plan, then We have to pass this function.
Data Users information about previous exercise
Stimulus User record button, Correct User information
Response Show users previous exercise information
Comments
It can help users who want to establish better exercise plan.
Also it helps to check users previous exercise information
5. Start exercise table description
Start Exercise
Actors User, DBS
Description
When user starts exercise, this mode is excuted automatically. In this
function, we can know the time (that we spend in exercise), the
way(that we exercised until now)
Data - (Nothing)
Stimulus Exercise start button
Response Show current exercise information
Comments
Users can check current exercise information, like distance and time.
So we can manage our exercise more effieciently.