Petar Korponaić
Petar Korponaić
@katekozlova program tries to automatically detects "links" by regex parsing the values, and it is made for specific case (I made it in need for one Meteor.js application). How your...
More specifically, this line: https://github.com/perak/extract-mongo-schema/blob/master/extract-mongo-schema.js#L51 tells program to check if string is foreign key only if it fits that regex rule. Wthout that condition, it will scan for links on...
@cezerii this package allows you to list reports with student data included: ``` { _id, student_id, report, student: { _id, name } } ``` You cannot do opposite automatically, but...
Thanks :) I am being busy last few months, but you can expect new examples soon. Also, if you want to help, you can create screencast video showing and explaining...
Hey Robert, that's awesome! Exactly what I imagined. Thank you very much! I'l put video to kitchen site today! :+1: :+1: :+1:
OK @robmoggach you are famous now :) I put video on top of "getting started" page: http://www.meteorkitchen.com/getting_started And added you to contributors list: http://www.meteorkitchen.com/contribute Thank you very much! :)
Hi Robert, Good idea. Is that screenshot from real app or you drew it? About private notes: where other users can find other user's public notes? (where are public notes...
(BTW, we can also communicate via e-mail)
I don't know how your program is organized, but it looks like you need to filter what particular user can see as his contacts - server side. So, if I...
@jmblanc only table and blog is implemented. But one at a time (blog or table, cannot be both). For blog, you need to set collection fields (or dataview's fields) "role_in_blog"...