Musical Performance Organizer - Part 1
This Tutorial applies to:
1.0
This Tutorial is intended for:
Developer
All content on one page (useful for printing, presentation mode etc.)
- Introduction An overview of the example requirements and a road map for how the tutorial will cover the development of the application.
- Setting Up The Environment Configuring the project environment, understanding where files are located, and how to run application and test code.
- Initial Tests and Model Objects Begin transcribing the application requirements into tests and perform the first coding cycle to satisfy the tests. This is the first exposure to working with model objects and unit testing.
- Adding Performances Create a basic content object which describes a Performance. Also, create a page template and the necessary view code so that a new performance can be added using a web browser.
- Attaching Files to a Song Enable users to upload sheet music and other documents related to a song in the set list.
- Adding Comments to a Performance We will now provide a general commenting feature for a performance.
see also:
-
Working with Forms in Grok
- A walkthrough of the basics of automatically generating HTML forms using Grok, as well as a discussion of a few more advanced Form manipulations.