Skip to content

Commit

Permalink
adding a manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
fredkingham committed Oct 25, 2016
1 parent 811aedf commit 6958e34
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
recursive-include pathway/static *
recursive-include pathway/templates *
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@ Alternatively you may want to create your own multisave step forms, you can use
</div>
```

### Opening a pathway for a particular patient/episode

If you want to open a pathway for a particular episode you can by going adding the patient id and the episode id to the end of the url. For example `http:\\localhost:8000\pathway\#\simples\[[ patient_id ]]\[[ episode_id ]]`.



### Adding custom javascript logic

### Success redirects

Often, after successfully saving a pathway, we want to redirect the user to a different
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

setup(
name='opal-pathway',
version='0.1',
version='0.2',
packages=['pathway'],
include_package_data=True,
license='LICENSE',
license='LICENSE',
description='The pathway OPAL Plugin',
long_description=README,
url='http://opal.openhealthcare.org.uk/',
author='',
author_email='',
)
)

0 comments on commit 6958e34

Please sign in to comment.