Open agstephens opened 3 years ago
User requests:
user_id${numeric_user_id}_${submission_date}_hs${helpscout_ticket_number}_${request_number}.txt
Where:
$submission_date
is YYYYMMDD
$request_number
is 1
by default. If there are more then increment by 1 each time.Example:
user_id23445_20211204_hs34582_1.txt
Core requests:
core_${submission_date}_${informative_label}.txt
Where:
$informative_label
is a hyphen-separated string containing useful informationExample:
core_20190627_historical-all-models.txt
Take this example:
requests/user_current/user_23445_20211204_34582_1.txt
When completed, we move it to:
requests/user_historical/${completion_date}/user_23445_20211204_34582_1.txt
Where $completion_date
is the date we manually/automatically moved the selection file from the user_current
location to the user_historical
location.
@alaniwi Please create the structure and put the current request into it.
Done.
Keep open until we have documented all this.
Initial idea: