You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make initial setup of an auto-reject project as easy as running a single function.
In longer form:
To create a data processing framework, one needs several complex inputs: how to connect to the Survey Solutions server, which questionnaires to handle, which Survey Solutions statuses to handle, how to describe a completed interview, and which issues warrant review and rejection. Additionally, one needs a set of scripts that execute a complex sequence of actions: acquire the data, combine the data, identify issues, look for explanatory comments, decide how to handle each interview, and reject interviews that warrant rejection. At present, each data processing framework is, by and large, hand-crafted. Under this proposal work will be done to improve the situation in two complementary ways. To set up a new system, one will be able to create the scaffolding for a new project with a single command, much like usethis does for projects and packages. To customize the framework, adapation should be done, to the extent possible, through other means–for example, through an Excel file, Shiny app, or other low-code interface that captures how to connect with the Survey Solutions server, how issues identify issues, and what to do with each issue.
User stories 📇
Set up scaffolding for auto-reject like usethis does for projects and packages
Capture necessary user parameters
Message in console about user's next actions
Offer common optional modules (e.g., construct single consumption roster)
Provide a wizard for common needs (e.g., only 1 head)
Tasks ⚙️
Scoping 🔭
Research how usethis does this
Research derivative projects (e.g., Jon's andthis, starter, etc.)
Identify necessary user parameters
Identify common variations
Development 👨💻
Documentation ✍️
Create section in reference index page
Write vignette on working with calendar events
The text was updated successfully, but these errors were encountered:
Objective 🎯
Make initial setup of an auto-reject project as easy as running a single function.
In longer form:
To create a data processing framework, one needs several complex inputs: how to connect to the Survey Solutions server, which questionnaires to handle, which Survey Solutions statuses to handle, how to describe a completed interview, and which issues warrant review and rejection. Additionally, one needs a set of scripts that execute a complex sequence of actions: acquire the data, combine the data, identify issues, look for explanatory comments, decide how to handle each interview, and reject interviews that warrant rejection. At present, each data processing framework is, by and large, hand-crafted. Under this proposal work will be done to improve the situation in two complementary ways. To set up a new system, one will be able to create the scaffolding for a new project with a single command, much like usethis does for projects and packages. To customize the framework, adapation should be done, to the extent possible, through other means–for example, through an Excel file, Shiny app, or other low-code interface that captures how to connect with the Survey Solutions server, how issues identify issues, and what to do with each issue.
User stories 📇
Tasks ⚙️
Scoping 🔭
Development 👨💻
Documentation ✍️
The text was updated successfully, but these errors were encountered: