diff options
| author | Private Island Networks Inc <opensource@privateisland.tech> | 2026-03-03 15:56:53 -0500 |
|---|---|---|
| committer | Private Island Networks Inc <opensource@privateisland.tech> | 2026-03-03 15:56:53 -0500 |
| commit | ab6ca080771b706a310ebfd8a4192841cdfef05c (patch) | |
| tree | f9da21650402f17330d68bb7d6f86b031191ddb9 /templates/help.html | |
Diffstat (limited to 'templates/help.html')
| -rw-r--r-- | templates/help.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/templates/help.html b/templates/help.html new file mode 100644 index 0000000..cf21066 --- /dev/null +++ b/templates/help.html @@ -0,0 +1,29 @@ +<!-- help.html, + -- Copyright (C) 2026 Private Island Networks Inc. +--> +{% extends "base.html" %} {% block content %} + +<p> + For help, please email <a href="mailto:opensource@privateisland.tech">Support</a> + or enter question on our <a href="https://privateisland.tech/forum" target="_blank">forum</a> +</p> + +{% include "divider.html" %} + + +<h3>Known Issues, as of 3/3/26:</h3> +<ul> + <li>aio-http: Determine proper way to use WS for sending data that isn't in response to a request.</li> + <li>Fix blocking issue. Can we await "q.get(block=True)" in main.py?</li> + <li>Error handling in Controller and other forms. Need exception handling and then + return a meaningful JS error.</li> + <li>Close Websocket on refresh. On Unload.</li> + <li>Are multiple ws handlers needed for the different tabs?</li> + <li>Make sure there are no Python globals (e.g., q)</li> + <li>The JS logic for the MLE tab needs to be reviewed and fixed.</li> +</ul> + + + + +{% endblock %} |



