Skip to content

The Self-Assessment of Organisational Readiness Tool is a self-assessment framework for organisations to evaluate and strengthen their research capabilities in healthcare practices.

Notifications You must be signed in to change notification settings

RSE-Sheffield/SORT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SORT

Self-Assessment of Organisational Readiness Tool

The SORT provides a comprehensive self-assessment framework, enabling organisations to evaluate and strengthen their research capabilities within nursing and broader health and care practices. By guiding you through forty-four targeted statements, SORT helps assess your current level of research maturity and the support available for nurses involved in research. Upon completion, your organisation will be equipped to create a tailored improvement plan to better integrate research into nursing practice, ultimately contributing to improved patient care.

Running Locally

Follow these steps to set up and run the app locally:


Prerequisites

  • Python 3.10
  • pip

  1. Clone the project repository to your local machine
git clone <repository-url>

  1. Create and activate a virtual environment
python -m venv .venv

source .venv/Scripts/activate

  1. Install dependencies
pip install -r requirements.txt

  1. Configure the database
python manage.py migrate

  1. Create a superuser
python manage.py createsuperuser

  1. Finally, run start the development server
python manage.py runserver

The app will be available at http://127.0.0.1:8000.


About

The Self-Assessment of Organisational Readiness Tool is a self-assessment framework for organisations to evaluate and strengthen their research capabilities in healthcare practices.

Resources

Stars

Watchers

Forks