Hi everyone,
I am designing an app that will have an agenda section. This agenda will be extracted from a Joomla page via JSON.
The goal : the app will be sold to a few customers, each of them administrating their own agenda.
1st customer -> App #1 -> Agenda #1
2nd customer -> App #2 -> Agenda #2
etc...
So I need to design a Joomla structure where each user can admin his own agenda, for example :
<!-- w -->www.blabla.com/customer#1/agenda<!-- w -->#1
<!-- w -->www.blabla.com/customer#2/agenda<!-- w -->#2
...
Each agenda are not related to the others (may just the same type of categories), and I need to be able to extract infos from each of these agendas.
Is it possible ?
Cheers !
I am designing an app that will have an agenda section. This agenda will be extracted from a Joomla page via JSON.
The goal : the app will be sold to a few customers, each of them administrating their own agenda.
1st customer -> App #1 -> Agenda #1
2nd customer -> App #2 -> Agenda #2
etc...
So I need to design a Joomla structure where each user can admin his own agenda, for example :
<!-- w -->www.blabla.com/customer#1/agenda<!-- w -->#1
<!-- w -->www.blabla.com/customer#2/agenda<!-- w -->#2
...
Each agenda are not related to the others (may just the same type of categories), and I need to be able to extract infos from each of these agendas.
Is it possible ?
Cheers !