Skip to content

Commit

Permalink
Update roadmap (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 authored Dec 9, 2024
1 parent 32137b5 commit 087a5cc
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
7 changes: 0 additions & 7 deletions _goals/10_bokehjs.md

This file was deleted.

5 changes: 0 additions & 5 deletions _goals/70_mathtext.md

This file was deleted.

6 changes: 6 additions & 0 deletions _goals/93_timezone.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
description: Timezone Support
---
Bokeh currently ignores timezone information when displaying and handling dates and times.
It could be modified to handle timezones, which includes potentially different timezones on the
server and in the browser, and daylight saving time changes.
9 changes: 9 additions & 0 deletions _goals/96_client_server.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
description: Pluggable Client-Server Communications
---
Bokeh uses Tornado and WebSockets for communication between the server and client, and bespoke
code to serialize/deserialize messages.
It would be beneficial to decouple Bokeh functionality from the communication implementation and
allow others such as those based on Jupyter and ZeroMQ for example.
This would require a review and specification of the required communcation and serialization
functionality, and at least two pluggable implementations, one of which would be the current one.

0 comments on commit 087a5cc

Please sign in to comment.