8. Obligatory and optional data - SheilaOM/TFG GitHub Wiki
Of all the fields that appear in the form, I have decided that some of them are obligatory in all the forms, that is, they always appear. These are: name, position, affiliation, nationality, image of the person, twitter (or email) and description.
To indicate the fields that we want to appear, we indicate this in the field spreadsheet. As I indicated in Section 4, this sheet consists of 3 columns: name of the field, indicator that said if field appears or not, and text that we want to accompany the response.
If there is text in the second column, this text will appear next to the response of the corresponding field (text: response).
The third column can contain 'yes', 'no' or 'ob'. The fields that I have previously indicated as obligatory should have the names 'name','position','affiliation','nationality','picture','twitter' and 'description', and the third column should be 'ob'. The fields in which the third column contains 'yes', are those that appear in the final result. Example field sheet
[Link to commit] (https://github.com/SheilaOM/TFG/commit/5a5c29c7d0dae596d7f6f6a3b23a3cea47b29700)
- In this commit, moreover, instead of using a document for the answers and another for the fields, I use the same, in different sheets (provisional).