Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suissa/comparison_framework_order
Simple order system for a multiple frameworks, a dojo exercise.
https://github.com/suissa/comparison_framework_order
Last synced: 7 days ago
JSON representation
Simple order system for a multiple frameworks, a dojo exercise.
- Host: GitHub
- URL: https://github.com/suissa/comparison_framework_order
- Owner: suissa
- Created: 2011-06-28T18:02:38.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-07-01T00:30:06.000Z (over 13 years ago)
- Last Synced: 2024-04-14T02:20:40.639Z (7 months ago)
- Homepage:
- Size: 369 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
/*
A ideia básica é criar o mesmo sistema de pedidos on line em diversos frameworks e o criador fazer um tutorial padrão para que possamos comparar o mesmo sistema em diferentes fws.
*/A dojo exercise to create a simple order system in multiple frameworks creating a tutorial for them.
Use the correct branch for your framework.
Only admin can create products, categories, payments.
Fill with data city, state and country.Please commit in every modification.
Every branch MUST HAVE this pattern tutorial
1 - Introduction
Brief history of the framework, some features, characteristics, etc.2 - setup
Download, setup, configuration, requirements.3 - Folders Organization
How are organized the folders and files.4 - Basic Files Creation
Basic files of the framework, source generators, scaffolding, etc5 - Layout Manipulation
How the framework organize and manipulate the screens. Files' localization, characteristics, etc.6 - Controllers
Explanation of the controllers in the framework: what they are, how they work, basic functions of the controllers, application flow, etc.7 - Models
How models access the database, how to map the fields. How to perform queries using the abstraction layer of the database, how to treat these queries8 - Form Creation and Validation
How is the creation and validation of form fields using helpers.9 - System Creation
Creation of the system to demonstrate the concepts presented.10 - Conclusion
Considerations about the framework11 - Reference links