waidyanatha / strix-mom

Strix receiver-server
0 stars 0 forks source link

Server code directory structure #1

Closed waidyanatha closed 10 years ago

waidyanatha commented 10 years ago

instead of putting all the code instide "jaggery-utils" can we rename that to "utils". Then I would assume that we could have a /utils/home.html with links to all the apps: (1) library (/utils/apps/strix/ibrary) (2) classroom (/utils/apps/strix/classroom) (3) alerts (/utils/apps/strix/alerts) (4) advertising (/utils/apps/strix/ads)

e.g. THIS NEEDS TO BE CHANGED: http://202.69.197.118:9763/library/ to http://202.69.197.118:9763/strix/library/

This will be permanant. Then we can add/remove apps to create solutions. Also then we only need to distribute the strix-mom/utils/ folder to make sure your component works.

Your thoughts?

Madhuka commented 10 years ago

Hi,

+1 for file structure /utils/apps --> contents all the apps /utils/modules --? content modules for apps

On Sun, Sep 22, 2013 at 3:49 PM, Nuwan Waidyanatha <notifications@github.com

wrote:

instead of putting all the code instide "jaggery-utils" can we rename that to "utils". Then I would assume that we could have a /utils/home.html with links to all the apps: (1) library (/utils/apps/ibrary) (2) classroom (/utils/apps/classroom) (3) alerts (/utils/apps/alerts) (4) advertising (/utils/apps/ads)

This will be permanant. Then we can add/remove apps to create solutions. Also then we only need to distribute the strix-mom/utils/ folder to make sure your component works.

Your thoughts?

— Reply to this email directly or view it on GitHubhttps://github.com/waidyanatha/strix-mom/issues/1 .

Cheers, Madhuka Udantha http://madhukaudantha.blogspot.com

waidyanatha commented 10 years ago

what is a content module for apps mean?

Madhuka commented 10 years ago

common code(script) that will be used in all apps (library, usermgt, etc..). Module will be in jaggery server root level

On Sun, Sep 22, 2013 at 6:43 PM, Nuwan Waidyanatha <notifications@github.com

wrote:

what is a content module for apps mean?

— Reply to this email directly or view it on GitHubhttps://github.com/waidyanatha/strix-mom/issues/1#issuecomment-24881791 .

Cheers, Madhuka Udantha http://madhukaudantha.blogspot.com

Madhuka commented 10 years ago

fixed :: http://202.69.197.118:9763/strix/loginPage.jag http://202.69.197.118:9763/strix/classroom.jag http://202.69.197.118:9763/strix/libIndex.jag