Changes between Version 7 and Version 8 of BossaReference
- Timestamp:
- Jul 18, 2008, 9:23:16 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BossaReference
v7 v8 50 50 data for each applications. 51 51 52 == User categories == 52 For some applications it is desirable to group users into discrete '''levels''', 53 with each level performing a variant of the job. 54 The level of a user is represented as an integer in a fixed range. 53 55 56 When levels are used, each job has not a single priority, 57 but rather a vector of priorities, one per level. 58 Jobs are assigned to a particular user in order of decreasing 59 priority for that user's level. 54 60