-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
Feature: Vocalizable folders #611
Comments
This can actually be accomplished by modifying the handleTileClick method in Board.container.js, at least for the sound playing part of the issue. The other part is to create a menu item to enable/disable the feature, and use this flag to play the sound of the tile or not depending on that selection. |
I would love to tackle this issue. Is anyone else working on this already? |
It would be great @sylvansson !! |
Close #611: Add option to read folder name out loud when clicked
@remusonline and @sylvansson Cboard 1.3.0 was released with your design and implementation. Thank you guys for your wonderful collaboration ! |
Hi,
I tried it earlier, and it works perfectly. We are now only a few steps
away of supporting PODD with cboard. Thanks for the implementation
@sylvansson, I really appreciate it :-D.
Thanks!
Remusonline
…On Fri, Apr 24, 2020 at 11:38 AM martin bedouret ***@***.***> wrote:
@remusonline <https://github.com/remusonline> and @sylvansson
<https://github.com/sylvansson> Cboard 1.3.0 was released with your
design and implementation. Thank you guys for your wonderful collaboration !
Also available on the Android app on Google play store !
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#611 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKYKHDW62UHUYOCCWP2ZX43ROGW67ANCNFSM4KKOTDGQ>
.
|
@remusonline fantastic. Could you please let me know what is left in order to fully support POOD? |
Sorry for the delay! First of all, let's keep in mind that PODD is based on a physical medium i.e. dedicated book, so there is not really guidelines for a digital version of it. Obviously, the challenge to correctly support PODD, especially for beginners/young kids, is to provide expandability; at first, only a few board would be present. The number of boards and the re-organization of the board (links/folders) should evolve over time. That being said, we currently have an issue with cboard regarding the removal of boards (I mentioned that issue in ticket #629). This issue needs to be resolved to correctly support the expandability of a digital PODD. At first glance, I have the feeling that deep architectural changes will be required, considering how boards and links are seen in the application. We should support an architecture where boards can be created and deleted independently, which doesn't seem to be the case right now. Apart from that, we should also support "vocalizable sentences", which is the next step from the vocalizable folders. Essentially, we should include the folders into the sentence to be produced. This is what I can think of right now to support a digital version of PODD. I must admit that I'm somewhat new to that concept, and I intend to research that more in the weeks to come. I may have other suggestions by then. Thanks for your awesome work guys! Remusonline |
An interesting function when navigating would be to have the folder spoken upon selection. This could prove particularly useful when implementing a digital version of PODD (Pragmatic Organization Dynamic Display), which should be possible once linking to existing boards feature is implemented.
The text was updated successfully, but these errors were encountered: