Effort class

Effort class controls resources, that are meant for chore. Common resources are in equ with mission. Effort is working-screen for user, with in and out-data.

Constructors

Effort()

Properties

effortLM List<Map<String, String>>
Get diagonal presentation of all user-data Lists
getter/setter pair
goalM Map<String, String>
Initializing some Lists. No. Lists are more simple. User-data to control and describe work with chore.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
levelM Map<String, String>
getter/setter pair
moodM Map<String, String>
getter/setter pair
motto String
getter/setter pair
name String
getter/setter pair
phaseM Map<String, String>
getter/setter pair
planM Map<String, String>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateM Map<String, String>
getter/setter pair
teamActM Map<String, String>
getter/setter pair
tempoM Map<String, String>
getter/setter pair
timeM Map<String, String>
Om hand-written schema was also:
getter/setter pair

Methods

addStuffToDiagonal() → void
Adding small boxed data-areas to DiagonalList. At the end this should be user - server -in-data stuff.
build(String caller) → void
Fill lists in effortLM
getDiagonalList(String caller) → void
Form diagonal List and plant boxed search-data inside it.
getRecommendation(String caller) List<String>
Constructing 6 items 15-20 wide list of HIGH VALUE-EFFORT
getUserData(String choice, String caller) List<String>
Add user data to effort Maps and connect more user-data. called by: effort / getDiagonalList
ifPrint(String msg) → void
init() → void
Usual init method even if we have no fields yet.
makeAllLists(String caller) → void
Rendering and presenting user-data Lists. Called by: chore.
makeGoalM() → void
testing... difference between . and ..
makePhaseM() → void
adding data to List
makePlanM() → void
adding data to List
makeTeams() → void
Every team might have it's saying on subjects. Filling teamActM List
makeTempoM() → void
Function for adding data to this List.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rollUserData() → void
Handle user data, and change it in web-presentations.
showUserDiagonal(String caller) → void
This must be in effort.dart Getting json data from UserJson class from user_json.dart.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited