Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to get started in writing this Orchard module

I'm a newbie in Orchard development, and I'm now about to write my first module for it. my requirements will contain a multi-page path in order for the user to complete the order.

1- search for your desired number

2- search results (pick your number).

3- enter your info

4- thank you (log this order)

I don't want someone to do my work, but I need to know where to start, and how to manage my assets, and the most important, is how will I be able to manage the user interaction wit my form.

many many thanks, hope to hear from you.

Update: This has not been finalized yet, as all of the resources I've checked couldn't answer my question. what I need to achieve here is something like a wizard. some steps depending on user inputs. but all the samples was a one-page module with administration page or something. please help.

like image 324
Mohammed Swillam Avatar asked Aug 04 '12 14:08

Mohammed Swillam


1 Answers

The best explanation for building a module that I have seen is on www.Pluralsight.com. The content is not free but depending on your situation it may be worth the cost.

Advanced Orchard by Kevin Kuebler

Orchard Fundamentals by Kevin Kuebler

like image 113
Brian Behm Avatar answered Oct 26 '22 19:10

Brian Behm