Version 68 (modified by 16 years ago) ( diff ) | ,
---|
FOSSkriti Workshop
There was a hackfest for SahanaPy at FOSSkriti on Feb 14th at 15:30 UTC
This included a number of people - some were skilled programmers, some were new to this technology.
Ajay was on site. Remote support was provided by Fran, Massimo, Satya, Chamindra & Dominic [nursix].
Photos: https://trac.sahanapy.org/wiki/DeveloperGuidelinesDeletableList
IRC Logs:
Introduction
- Introductory Presentation: Ajay Kumar [ajuonline]
- Brief Skype Videocall on the tracks we will cover: Fran Boon [flavour]
Getting Started
- InstallationGuidelinesDeveloper
- Using Bzr to work on the hackfest tree:
- Note for Windows Users: DeveloperGuidelinesBzrWindows
- Get a username/password for the hack server from Ajay or Fran
bzr branch bzr+ssh://username@hack.sahanapy.org/var/www/web2py/applications/sahana
- hack
bzr add && bzr remove && bzr commit
bzr push bzr+ssh://username@hack.sahanapy.org/var/www/web2py/applications/sahana
- Update the working-tree & reload Apache to see the results: http://hack.sahanapy.org/cgi-bin/hackfest.py
- Ignore the 500 error!
- DeveloperGuidelines
How to Communicate?
- Sahana Developer Mailing list can be used prior to & after the event.
- IRC allows real-time group & 1-1 communication using low-bandwidth text
- Pastebin allows people to share code snippets
- For jQuery/HTML: http://pastebin.me/
- For Python: http://paste.pocoo.org/
- This Wiki can be used to draft up ideas.
- Participants please ping flavour/ajuonline/nursix on IRC to get their Trac logins created
- If necessary: Skype or Dimdim or CoPilot
Tracks
- Sahana Module development: Ajay Kumar [ajuonline]
- Web2Py framework for simple RAD web development: Massimo di Pierro [massimo]
- Sub-menus
- RESTlike CRUD controller:
- integrate tools.py's Crud Authorization
- still using t2.itemize, t2.search & 1 instance of t2.delete (should be replaced, which may mean amending tools.py &/or sqlhtml.py)
- rework our Audit to use tools.py's auth_events
- JSON POST support
- Many to Many widget
- Synchronisation
- Extend the Languages support by integrating suggestions from GoogleTranslate
- Test _stamp_many()
- Testing using Selenium: Satyakaam Goswami [satyag]
- Setting environment for Testing/Development
- bzr branch lp:~mdipierro/web2py/devel web2py
- change your directory to applications under web2py tree
- bzr branch bzr+ssh://hacker@demo.sahanapy.org/var/www/web2py/applications/sahana
- Password : fosskriti
- Functional Test cases will be created using BluePrints
- Download and install Selenium IDE
- Read Testing with Selenium
- Good read in order to Understand how Selenium Works
- Setting environment for Testing/Development
- jQuery Enhancements: People already fluent with jQuery
- Note the Production/Debug modes with compressed JS files: DeveloperGuidelinesReleaseProcess#CompressJSCSSfiles
- Auto-complete widget (for when dropdowns get too long):
- http://groups.google.com/group/web2py/browse_thread/thread/e1034df0091b5bfd
- http://groups.google.com/group/web2py/browse_thread/thread/f6e0170273b14241
- http://www.pengoworks.com/workshop/jquery/autocomplete.htm
- http://plugins.jquery.com/project/autocompletex
- http://plugins.jquery.com/project/YA_AutoComplete
- Many to Many widget
- Advanced: Fran Boon [flavour]
- if there are advanced Python developers who want a challenge then they can look at any of the BluePrints, e.g.
Preparation
- Dedicated Server (Internet accessible): Courtesy Zen Internet
- Bzr repo people can check code into
- Runs code live via Apache/mod_wsgi (remote admin permitted)
- CGI for restarting Apache (& updating Bzr working-tree)
- Xen environment
Attachments (2)
-
sahana-classroom.log
(23.9 KB
) - added by 16 years ago.
#sahana-classroom log
-
sahana-testing.log
(25.8 KB
) - added by 16 years ago.
#sahana-testing log
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.