-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Status #10
Comments
Thanks martin. What is the next one on the list? |
Menu presenters. I have some local changes on this matter. |
Martin could you open a list of issues for each of the ones that can be done today so that people can know that they can help. |
Cool. |
We miss a clear way to inform what's current coverage as backend.
As you may know, each Spec-widget needs an adapter counterpart provided by the backend that implements it (instances the corresponding backend-widget with the required subscriptions to keep Spec-widget and backend-widget in sync along the lifecycle.
The methodology on Spec-Toplo up to now was more or less: first, choose a Spec widget without adapter; second, write a script in a workspace to open it using basic API; third, run Spec adapter tests and make some pass; go to first step.
A raw report we can get to check status is listing with Spec widgets have adapter. Currently:
Clearly part of the list are low-hanging fruits, others are complex at the point there isn't a Toplo widget for it. The most prominent: Table and Tree do not exist in Toplo.
Also Diff has some complexity, but it should be built on top of Album.
The following script generated the lists:
The text was updated successfully, but these errors were encountered: