Forum for discussing general topics related to Couch.
15 posts Page 2 of 2
Modules to consider: 1)extended-users 2)custom routes 3)databound forms.
And using the Advanced Tutorial as a reference to create this application from scratch.

Another take on structuring the templates and pages.
Member  ($Users)_sm.png
Member ($Users)_sm.png (63.73 KiB) Viewed 1655 times

Attachments

Getting into action with the map in previous post:
It is easily projected now, that employer would only have one profile.
If so, we assign a relation 'one-to-one'.
Code: Select all
<!-- anton          -->
      <!-- one employer for profile:       has='one'          -->   
      <!-- one profile for 1 employer:    reverse_has='one'    -->   
      <!-- When a profile is created it is possible to choose only one employer,
         but if we create another profile, we can again select the same employer.
         That is why we add reverse_has='one', so if some employer already has profile,
         he is 'bound' and unavailable for next profile: -->   
      <cms:editable
            type='relation'
            has='one'
         reverse_has='one'
            masterpage='users/index.php'
         folder='employer'
            name='employer_member'
            label='Employer Member'
            no_guix='1'
            required='0'
        />   
<!-- /anton          -->
Getting to the final chart, incorporating Structure, Logic, Actions
ToDo_sm.png
ToDo_sm.png (121.83 KiB) Viewed 1644 times

Attachments

Hi, :mrgreen:

I don't know if this is dead.

I'm eagerly following this thread. I would like to help code this thing, if there is anybody to work on. Looks, like the new year vacations are in place, so nobody appears :roll: .

Well, i'm still interested in the development in my spare time. I can code this myself and would do it step by step. :geek: If anyone wants to take part - welcome. I will share my time and code and together we can do it in much less time. :ugeek:

I'm taking this onto my own shoulders and this is going to be my own project. If anyone interested to have a great website, generating fun and income - that's great, let's code it together. The core structure can and will be applied to many different use-cases, realestate, ads, jobs, cars.. you name it!

The only thing I would require is to actually show willingness and do something once in a while :mrgreen: coz, i'm also busy working.
Recently an update to Limitless Kit introduced a nice-built sample pages for a job listing front-end. It can be done better, but looks already good.
If anyone wants to join we can build a nice job listing for your country.
http://demo.interface.club/limitless/la ... apply.html
http://demo.interface.club/limitless/la ... cards.html
http://demo.interface.club/limitless/la ... panel.html
http://demo.interface.club/limitless/la ... ailed.html
15 posts Page 2 of 2