Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Users may play different roles at different farms. These roles correspond to the roles defined in Role-based Access Control. Here are two common use cases:

  1. An individual that wishes to become a farm owner will apprentice as a farm manager at someone else’s farm.

  2. A farm worker may be a worker at several different farms throughout a given season.

For this reason, it’s important that Lite Farm support the ability for a user to be associated with any number of farms. For each association, the user may have a different role.

Litefarm needs to support the following:

Architectural Guidance

High level architecture guidance

Open Questions

Open Questions

Discussion

Decisions

Where should user settings / configurations be held?

It depends. Obviously user-centric configurations such as language should be held on the user.

Settings that may vary from role to role, such as permissions to read/write should be stored on the user-farm.

Other, farm specific settings such as measuring system* and currency should be stored on the farm settings.

Can a user play more than one role at a single farm?

Depends on our implementation of RBAC.

  • No labels