-
-
Notifications
You must be signed in to change notification settings - Fork 651
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
nesting limit #65
Comments
Hi @lucienhetu, thanks for this info. I hope that My Mind is not going to regularly produce designs that would break this limit :-) Anyway, are you going to send a PR once you update the code for the recent Firebase? Honestly, I have not used Firebase for two or three years now, so my Firebase knowledge is now pretty obsolete. |
Hi Ondřej,
I am going to invest a lot of effort lately on your project, *My mind*. I
want to enhance it in order to allow large worldwide collaborations on
research projects. Firebase limitation previously mentioned is something I
want to take care of.
Some other features I want to develop are:
- Voting up/down, commenting, approve/reject new node
- Node ownership
- ACL
- URL link to node
- Change management: a browsable history of operations (time-slider)
- Authorship identification
- Support import of external hierarchical content
- Chat between collaborator
- Search nodes
I really need to find some time to get to know Github and get some vitality
in my fork. I've already brought a couple of enhancements I want to
publish. That being said, I'm foreseeing to be able to publish within 2
months.
Also, I want to check with you how much pleasure you have in keeping alive
this project. The reason is I believe I will be able to find funds to
support the development of it. And I believe a lot of new improvements will
be to come. I want to put this tool in the middle of two major project,
namely an Artificial Intelligence research project and a framework for
sharing knowledge for entreprise architecture. If it would concretize and
I'd be able to provide you work for the next 20 years, would you be
interested in pursuing the development of My Mind with me?
Thank you Ondřej
…On Sun, Mar 19, 2017 at 4:37 PM, Ondřej Žára ***@***.***> wrote:
Hi @lucienhetu <https://github.com/lucienhetu>,
thanks for this info. I hope that My Mind is not going to regularly
produce designs that would break this limit :-)
Anyway, are you going to send a PR once you update the code for the recent
Firebase? Honestly, I have not used Firebase for two or three years now, so
my Firebase knowledge is now pretty obsolete.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#65 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AXIyGB1XvTghJYIwDHlrMuIk3hrUihXmks5rnZHzgaJpZM4Ma7o8>
.
|
Hi @lucienhetu,
thanks for this offer. My Mind is a hobby project of mine and I am not going to invest any larger amounts of time into it. My time is pretty limited these days (family + day-to-day job, not going to change soon) and I do not plan major improvements of the app in its current state. |
sync with master - implementing the editor PR
Hi Ondras,
I was adjusting your code in order to make it work with Firebase 3.7.0 when I realized it only support nesting up to 32 levels. I thought it would be good to let you know it.
ref: https://firebase.google.com/docs/database/web/structure-data#avoid_nesting_data
The text was updated successfully, but these errors were encountered: