-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove hardwiring of Oxford policy data
- Loading branch information
Showing
13 changed files
with
52 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,69 @@ | ||
Policy App | ||
============================= | ||
The Policy App provides portfolio policy data oriented functionality of equinox. | ||
The Policy App provides portfolio-wide Policy oriented functionality of equinox. | ||
|
||
Policies are mostly discrete choices among options (that can change over time) | ||
|
||
|
||
TODO | ||
----------------- | ||
* settings.py structure for field names is unusable after changes | ||
* field descriptions and code lists are not used | ||
Policies are in general discretionary choices among a menu options (that can change over time). They can be numerical or categorical in nature. | ||
|
||
Category | ||
-------- | ||
|
||
Policies | ||
|
||
|
||
Models | ||
------ | ||
|
||
- Policies: Store generic policy data | ||
Policy Models Store generic policy data | ||
|
||
* Dataflow | ||
* Dataseries | ||
* Geoslice | ||
|
||
Admin | ||
----- | ||
|
||
- PolicyAdmin: PrettyJSONWidget Search, List, Filter | ||
Standard Model Admin | ||
|
||
|
||
API | ||
--- | ||
TODO | ||
|
||
Functionality | ||
----------------------- | ||
|
||
* Provide overviews and dashboards for portfolio-wide policy data | ||
|
||
Management Commands | ||
-------------------- | ||
None | ||
|
||
* create fixtures for Oxford COVID policy database | ||
* create fixtures for OECD CAPMF policy database | ||
|
||
Architecture | ||
------------ | ||
|
||
Dependencies | ||
----------------- | ||
|
||
* core app Django only | ||
* management commands: | ||
|
||
* pandas | ||
* scipy | ||
|
||
Is dependent on by | ||
-------------------- | ||
|
||
File structure | ||
----------------- | ||
TODO | ||
|
||
|
||
Testing | ||
---------------------- | ||
|
||
* test/test_policy/test_models.py (test creation of core models) | ||
* policy/tests.py | ||
|
||
Backup Procedure | ||
--------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters