Jobeet: Difference between revisions

From Cibernética Americana
Jump to navigationJump to search
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 3: Line 3:
{{TOCright}}
{{TOCright}}
<blockquote>
<blockquote>
"[http://www.ens.ro/2012/03/21/jobeet-tutorial-with-symfony2/ Jobeet]" - originally, a Symfony tutorial app use case that is a fully functional jobs site .  
"[http://www.ens.ro/2012/03/21/jobeet-tutorial-with-symfony2/ Jobeet]" - originally, a Symfony tutorial app use case that is a [http://jobeet.org fully functional jobs site] .  
* [http://www.intelligentbee.com/blog/?s=jobeet Chapters up to 19] for Symphony 2.
* [http://www.intelligentbee.com/blog/?s=jobeet Chapters up to 19] for Symphony 2.
* [http://symfony.com/legacy/doc/jobeet/1_2?orm=Propel Original Jobeet (Symfony 1)]
* [http://symfony.com/legacy/doc/jobeet/1_2?orm=Propel Original Jobeet (Symfony 1)]
Line 9: Line 9:
The laconic/DRY design package in the next &sect; moves with working target. Other top level stuff below it.
The laconic/DRY design package in the next &sect; moves with working target. Other top level stuff below it.


== Day 27 Refactor for DS ==
== Day 0 Refactor for DS ==
[[File:jobeet.jpg|thumb|275px|left|Figure 1: Image of Sensio Jobeet]]
[[File:jobeet.jpg|thumb|275px|left|Figure 1: Image of Sensio Jobeet]]
=== Story Rewrites / Additions ===
=== Story Rewrites / Additions ===
Line 24: Line 24:
The search function is essentially the same but with the shown altered target domain and changes in the field targets as well.
The search function is essentially the same but with the shown altered target domain and changes in the field targets as well.


[[File:jobim.jpg|thumb|275px|right|Figure 2: Image of Jobim]]


==== F5: A user posts a job ====
==== F5: A user posts a job ====
Line 44: Line 43:
==== F6 A user becomes a LoBAffiliate ====
==== F6 A user becomes a LoBAffiliate ====


[[File:jobim.jpg|thumb|275px|right|Figure 2: Image of Jobim]]
This is automatic based on the user having merchant/peer role.
This is automatic based on the user having merchant/peer role.


Line 52: Line 52:
==== F8 A mobile app for iOS and Android ====
==== F8 A mobile app for iOS and Android ====


"Jobim", as a product name, is only used for the Cordova app of this feature which basically adds a notification service to the affiliate service as originally defined and modified per the reinterpretation of affiliation together with some other controls/subfeatures.
"Jobim", as a product name, is only used for the Cordova app of this feature:
 
# webviews for non-desktop form factors.
# adds a notification service to the affiliate service as originally defined and modified per the reinterpretation of affiliation
# other controls/subfeatures. Small factors will have a small subset of other feature sets, but are the target of the notification service


==== F9 JobsSite Entity and Job Form changes for it  ====
==== F9 JobsSite Entity and Job Form changes for it  ====
Line 76: Line 80:
# CategoryAffiliate is replaced in the model by LoBAffiliate
# CategoryAffiliate is replaced in the model by LoBAffiliate


The first refactoring was <html><a href=http://jobeet.meansofproduction.biz>complete</a></html> in early 20114-04.
The first refactoring was <html><a href=http://jobeet.meansofproduction.biz>complete</a></html> in early 2014-05.


<blockquote>
<blockquote>