mson icon indicating copy to clipboard operation
mson copied to clipboard

Is there any documentation available

Open atulmith opened this issue 6 years ago • 5 comments

Hi, Is there any documentation available. It would be very helpful to get a central place where developers can refer and make a app. This is till now a simply awesome project. Good work.

atulmith avatar May 08 '19 11:05 atulmith

Thanks! The best documentation now is the README at https://github.com/redgeoff/mson.

redgeoff avatar May 14 '19 04:05 redgeoff

I recently began a documentation site for mson at https://mson-docs.readthedocs.io/

I'm not the creator of mson, @redgeoff is. I am actually very new to it, still learning. But I'm trying to document what I learn because I believe the MSON project is pretty impressive and has real potential can be super useful to people.

Here's what you'll find there so far:

  • some basic information on MSON
  • a repository of examples, include live Code Sandbox projects from @redgeoff and some that I have contributed
  • a section about how to create custom MSON components, including their accompanying custom MSON-React UI components
  • links to some of @redgeoff 's articles, which I have been reading frequently. Every time I learn something new from practicing and diving into the code, I skim through them again, and the puzzle pieces start to come together a little more

I'm hoping this helps a few people and helps move the project forward some.

If any of you MSON users out there have anything you would like to contribute to the docs, please submit a pull request at the docs repo: https://github.com/joshglenn/mson-docs

If you have anything you'd like to see added to the docs, feel free to submit an issue there if you like, and I'll see what I can do to help.

joshglenn avatar Jul 09 '19 21:07 joshglenn

This is awesome!! @joshglenn I hope to contribute more to this effort soon.

redgeoff avatar Jul 10 '19 04:07 redgeoff

Hello guys, Is there any documentation about this kind of conditional logic?

if: {
	'fields.country.value': {
		$ne: null
	}
},
actions: [
	{
		component: 'Emit',
		event: 'adjustFields'
	},
	{
		component: 'Emit',
		event: 'setHidden',
		value: false
	}
],

Thanks in advance.

justjuank avatar Jul 18 '19 20:07 justjuank

Oh I found this is the library that's being used right? https://github.com/crcn/sift.js

justjuank avatar Jul 18 '19 20:07 justjuank