Results 66 issues of Fred

we use (mkdocs)[http://www.mkdocs.org/] to create the docs for http://opal.openhealthcare.org.uk/ we really should have the context processors in http://opal.openhealthcare.org.uk/docs/reference/reference_guides/ - [x] install and run mkdocs locally (cd opal/doc; mkdocs serve) -...

easy

Add a patient with the hospital number `#123`. They will be added to the list. Add the same patient again, they will not be found. This is because everything after...

I imagine, datetime fields time pickers all need to be tweaked

some method by which reference data can be marked as relevent for different use cases

blocked

At the moment pathways __save the world__ which has lead to several surprising events. pseudo code resolution looks like the below. ``` python class Step: def pre_save(self, data, raw_data, user,...

![screen shot 2018-06-29 at 17 49 54](https://user-images.githubusercontent.com/2175455/42104550-e60f73b2-7bc4-11e8-8479-9c4934c0d222.png)

pip install rcssmin --install-option="--without-c-extensions" pip install rjsmin --install-option="--without-c-extensions" pip install django-compressor --upgrade before install opal will fix it. This is hardly optimal though...

go to a well populated dataset with > 1000 episodes fully populated with subrecords. run query that will find everything, e.g. start greater than 1800. search times out.

The template view should have the same access to episode and patient id as the api, however at the moment only the api views receive the patient id and episode...

we have an issue where multiple modals can be opened in, for example the list view. The theory was something like #1219 however its not ready yet.