Skip to content
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

Closed
remusonline opened this issue Jan 23, 2020 · 7 comments · Fixed by #683
Closed

Feature: Vocalizable folders #611

remusonline opened this issue Jan 23, 2020 · 7 comments · Fixed by #683
Assignees
Milestone

Comments

@remusonline
Copy link
Collaborator

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.

@remusonline
Copy link
Collaborator Author

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.

@sylvansson
Copy link
Collaborator

I would love to tackle this issue. Is anyone else working on this already?

@martinbedouret
Copy link
Collaborator

It would be great @sylvansson !!
It's all yours
Please don't hesitate to ask me anything you want. Thanks

@martinbedouret martinbedouret linked a pull request Apr 20, 2020 that will close this issue
@martinbedouret martinbedouret added this to the 1.3.0 milestone Apr 21, 2020
martinbedouret added a commit that referenced this issue Apr 21, 2020
Close #611: Add option to read folder name out loud when clicked
@martinbedouret
Copy link
Collaborator

@remusonline and @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 !

@remusonline
Copy link
Collaborator Author

remusonline commented Apr 26, 2020 via email

@martinbedouret
Copy link
Collaborator

@remusonline fantastic. Could you please let me know what is left in order to fully support POOD?

@remusonline
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants