Jobeet: Difference between revisions

From Cibernética Americana
Jump to navigationJump to search
Created page with "== Original Function == "Jobeet" is what the Symfony developers call an example app that is a jobs site used as a model use case of their framework. == Meaning Here == In ..."
 
No edit summary
Line 6: Line 6:


In the context of my softwares, Jobeet is a warping of the original use case to display an existing biz case and create, expand, or deepen a line of biz by using the original function to find buyers for similar development or workers that have done similar work.
In the context of my softwares, Jobeet is a warping of the original use case to display an existing biz case and create, expand, or deepen a line of biz by using the original function to find buyers for similar development or workers that have done similar work.
== Carries Symfony-Drupal Salient ==
<blockquote>
DS users (initially just my clients) will be able use my space without registration by supplying a single secret, generally known on a group basis. They then can access any resource for which the known another secret, supplied operationally, either implicitly as in a URI path member or explicitly as a role name.
Primary authentication can be either social login or a transmitted cert.
</blockquote>