Refactor
The app must get its much needed holistic attention; no fear of moving entire sets responsibilities to new objects.
Multi-server
The older Scribbeo, on the App Store, works with the Python version of ScribbeoServer which has no authentication.
The currently developing Scribbeo is designed to work with the current Ruby implementation of ScribbeoServer which has authentication.
The ruby server implementation will be phased out in favor of CAPS, which currently lacks the API or any compatibility with Scribbeo.
Additional details
- Python server does not use SSL
- CAPS server uses SSL
- Python server has no authentication, but CAPS does.
- The API is different for each of these implementations, so we'll abstract behind a MediaSource
Other
Refactor
The app must get its much needed holistic attention; no fear of moving entire sets responsibilities to new objects.
Multi-server
The older Scribbeo, on the App Store, works with the Python version of ScribbeoServer which has no authentication.
The currently developing Scribbeo is designed to work with the current Ruby implementation of ScribbeoServer which has authentication.
The ruby server implementation will be phased out in favor of CAPS, which currently lacks the API or any compatibility with Scribbeo.
Additional details
Other