Currently the app is designed assuming that the users submitting all represent corporations. We should also allow for carbon analysts submitting reports on behalf of a corporation. This may require a slightly different survey, and also modelling the analysts as a different class of user (either via another model in addition to User, or by extending the User model).
Currently the app is designed assuming that the users submitting all represent corporations. We should also allow for carbon analysts submitting reports on behalf of a corporation. This may require a slightly different survey, and also modelling the analysts as a different class of user (either via another model in addition to
User
, or by extending theUser
model).