psperneac / trains

1 stars 0 forks source link

Implement Jobs data structure #8

Closed psperneac closed 8 months ago

psperneac commented 9 months ago
class Job {
    +id
    +type: string
    +name: string
    +description: string
    +start: Place
    +end: Place
    +load: number # number of containers in load
    +payType: string # gold, tokens, crates, materials
    +pay: number
    +startTime: Date # date when job taken
}
psperneac commented 8 months ago

Closing down this after last commit, will continue with data structures implementation