@syriani
@syriani
Upon a fresh install of ReLiS, a demo user and demo project should be available right away. ## Demo user ```sql INSERT INTO users (user_id, user_name, user_username, user_mail, user_usergroup, user_password,...
Currently, when inclusion criteria are specified, one criteria can be selected when including a paper. However, there are other uses in protocols when inclusion criteria are present. We should support...
Currently, the docker instance already has ReLiS running on it. We also need a way to initialize ReLiS on docker. This initial installation does the following: - Define the configuration...
Anywhere there is a *list*, e.g., Venues, Authors, Reference Categories, **except Papers**, it should be possible to merge values into one. For example, we have two authors, Homer Simpson and...
Migrate the code-base to use the CodeIgniter 4+ framework. Update the source code to use PHP 8+
When I screen a paper and I exclude a paper, if I don't select an exclusion criteria, a popup prevents me from saving the decision. That's fine. Now, if I...
Currently, the export to R feature only supports categories from the data extraction form that are continuous or nominal. We want to support also ordinal categories. In the data extraction...
Currently, if I have 3 screening phases P1->P2->P3 in this order, then the papers included from P1 and transferred to P2. The included papers from P2 are transferred to P3....
Currently, in the validation step of a screening phase, we randomly sample from X% of all rejected papers regardless of their exclusion criteria. It is preferable to have the option...
Currently, when a validation step is required in a screening phase, we can assign the validation of a paper to a user who has already screened that paper. It is...