Advertisement

Sobi pro flexibility by design

Sigsiu.NET
Sep. 30, 2012
Advertisement

More Related Content

Advertisement

Sobi pro flexibility by design

  1. Flexibility by Design SobiPro Radek Suski
  2. Flexibility by Design SobiPro Radek Suski
  3. Sobi Evolution Sep 28, 2010 Sep 10, 2006 May 25, 2006
  4. Sobi (1) May 25, 2006
  5. Sobi 2 Sep 10, 2006
  6. SobiPro Sep 28, 2010
  7. Templates
  8. Templates
  9. Templates
  10. Templates
  11. Templates
  12. Templates
  13. Templates
  14. Template Override
  15. ACL - Access Control Management
  16. Applications/Plugins
  17. Applications/Plugins
  18. Applications/Plugins
  19. Applications/Plugins
  20. Applications/Plugins
  21. Applications/Plugins
  22. Applications/Plugins
  23. Applications/Plugins
  24. Applications/Plugins
  25. Applications/Plugins
  26. Applications/Plugins
  27. Applications/Plugins
  28. Applications/Plugins
  29. Applications/Plugins SobiPro is ~ 2 years old
  30. Applications/Plugins SobiPro is ~ 2 years old .. released 24 add-ons
  31. Applications/Plugins SobiPro is ~ 2 years old .. released 24 add-ons ...every 9,8 days a new or updated software
  32. Upcoming Apps ☺Applications: Import/Export, Radius Distance Search, Featured Listings, Live Search, User Profile, Expiration,Translation, Comparison…. ☺Fields: Media Field, Gallery Field, Contact Form Field …. ☺Modules: GeoMap Module, Search Module ...
  33. Involving the Community
  34. it’s flexible … so what?
  35. it’s flexible … so what? News & Info
  36. it’s flexible … so what? News & Info Blog
  37. it’s flexible … so what? News & Info Blog Download
  38. it’s flexible … so what? News & Info Blog Download Documentation
  39. it’s flexible … so what? News & Info Blog Download Documentation FAQ
  40. it’s flexible … so what? News & Info Blog Download Documentation FAQ Members Section/Authors
  41. it’s flexible … so what? News & Info Blog Download Documentation FAQ Members Section/Authors Weblinks
  42. it’s flexible … so what? News & Info Blog Download Documentation FAQ Members Section/Authors Weblinks Other Directories
  43. it’s flexible … so what? News & Info Blog Download Documentation FAQ Members Section/Authors Weblinks Other Directories User Registration
  44. it’s flexible … so what? News & Info Blog Download Documentation FAQ Members Section/Authors Weblinks Other Directories User Registration Forum
  45. it’s flexible … so what? News & Info Blog Download Documentation FAQ Members Section/Authors Weblinks Other Directories User Registration Forum Security Tools
  46. it’s flexible … so what? News & Info Blog Download Documentation FAQ Members Section/Authors Weblinks Other Directories User Registration Forum Security Tools Statistics
  47. it’s flexible … so what? } News & Info Blog Download Documentation FAQ SobiPro Members Section/Authors Weblinks Forum Other Directories Security Tools User Registration Statistics Forum Security Tools Statistics
  48. Questions?
  49. Thank You very much ☺ Twitter, Facebook & Co: http://radek.sigsiu.net

Editor's Notes

  1. \n
  2. Few years ago - course (boring)\nGuy ahead me - creating own website\nAsked what is it - Mambo\nCreated own website - what’s next?\nGot the idea to created site for our city .... \n
  3. - Begin 2006 – Schaafheim.info\n- There are only two extensions, one commercial and expensive, the other not mature\n- Based on other component \n- Share with the community \n
  4. Sobi as most Joomla! Comps\nMonolithic\nSome opts changeable \nBut not really flexible\nNot customisable (no templates)\nCreated strict as Business directory\nCreated for european format - people asking for other\nDecision: create new software\n
  5. - Sobi2 – should be more customisable\n- It has custom fields\n- Money!!\n- Fields are pre-defined (textarea, inbox) \nSuccessful \n- It's still a business directory\n- People asking for new features\n- Adding new fields\n- Then implementing templates\n- Added plugin interface \n- People using it for other purposes (Irony) (cows, dogs, immo)\n- But Sobi2 wasn't considered to be used for other purposes\n- They cloning Sobi2\n- Some day it's reaches end of possibilities\n\n- Decision: new design is needed\n
  6. How the new comp should looks like:\nAll experience from S2 →\nIt has to \n- have possibility to create more than one directory\n- have plugin interface\n- not have core fields\n- have templates for everything\n- be customisable and updatable \n- cover all requirement we don't even know yet\n\nIt should looks good out of the box\n
  7. From this requirement we created the design\n\n- Core code is just relations between sections, categories, entries\n- Core calls variable fields, triggers apps, loads templates\n- Each App or field has to know what it has to do\n- Possible to extend everything\n- Even to functionality we don't imagine now\n- Extendable without even updating the core (Sobi2 -> new field -> core update)\n- Possibility to extend with own, or third party apps (JED 50/11)\n
  8. Sobi2 was used for different purposes\nWe have created cloning script\nIt was a nice workaround but not a solution\nWe need to be able to create independent dirs\nEach directory has:\n- own config\n- own fields\n- own search function\n- own template \n
  9. Major theme in SobiPro design was the template engine.\n\n- Possibility to style everything \n- Template – out of the box – automatized\n- Real power is – manually customized template \n\n- The XML definition - install a section\n
  10. Major theme in SobiPro design was the template engine.\n\n- Possibility to style everything \n- Template – out of the box – automatized\n- Real power is – manually customized template \n\n- The XML definition - install a section\n
  11. Major theme in SobiPro design was the template engine.\n\n- Possibility to style everything \n- Template – out of the box – automatized\n- Real power is – manually customized template \n\n- The XML definition - install a section\n
  12. Major theme in SobiPro design was the template engine.\n\n- Possibility to style everything \n- Template – out of the box – automatized\n- Real power is – manually customized template \n\n- The XML definition - install a section\n
  13. Major theme in SobiPro design was the template engine.\n\n- Possibility to style everything \n- Template – out of the box – automatized\n- Real power is – manually customized template \n\n- The XML definition - install a section\n
  14. Major theme in SobiPro design was the template engine.\n\n- Possibility to style everything \n- Template – out of the box – automatized\n- Real power is – manually customized template \n\n- The XML definition - install a section\n
  15. SobiPro – new problems\nNew cause there was no such possibilities in Sobi2 \n- Language \n- Apps styles\n\nSo we have implemented:\n - XML file with language overrides included in the template \n- CSS/JS overrides – if we put a css files called like the org file within the tpl. This one will be used\nOverride over URL:\n- Different views (RSS/Print) + Dev copy\n
  16. Sobi2 really doesn't have an ACL system. \nBasically we can decide if an unregistered user can add an entry and if a registered user can edit his own entries. That's all.\n\nPeople kept asking us for better user management, which is not very surprising. \nBut some of these feature requests didn’t seem to make sense. For example, there were many requests for the ability to edit entries, I mean all entries by unregistered users. \n\nWell it does make sense now.\n\nLong story short; in SobiPro we can: \n- define many different permissions for each user group and section. \n- decide if a particular user group can moderate entries within one section but not even see entries in another.\n
  17. Shortly after Sobi2 was published we got a feature request. \n\nOne user wanted to be able to add more images in an entry and show it within a Lightbox gallery. \nAs a small explanation; at that time there were no plugins in Joomla! Plugins were called mambots in Joomla! 1.0. \n\nIt become quite confusing for our users after 1.5 was released and mambot was renamed to plugin.\n\nThe story with the plugin interface is very similar to the custom field manager; it was developed as a small addition and quickly became one of the most important parts of Sobi2.\n
  18. Shortly after Sobi2 was published we got a feature request. \n\nOne user wanted to be able to add more images in an entry and show it within a Lightbox gallery. \nAs a small explanation; at that time there were no plugins in Joomla! Plugins were called mambots in Joomla! 1.0. \n\nIt become quite confusing for our users after 1.5 was released and mambot was renamed to plugin.\n\nThe story with the plugin interface is very similar to the custom field manager; it was developed as a small addition and quickly became one of the most important parts of Sobi2.\n
  19. Shortly after Sobi2 was published we got a feature request. \n\nOne user wanted to be able to add more images in an entry and show it within a Lightbox gallery. \nAs a small explanation; at that time there were no plugins in Joomla! Plugins were called mambots in Joomla! 1.0. \n\nIt become quite confusing for our users after 1.5 was released and mambot was renamed to plugin.\n\nThe story with the plugin interface is very similar to the custom field manager; it was developed as a small addition and quickly became one of the most important parts of Sobi2.\n
  20. Shortly after Sobi2 was published we got a feature request. \n\nOne user wanted to be able to add more images in an entry and show it within a Lightbox gallery. \nAs a small explanation; at that time there were no plugins in Joomla! Plugins were called mambots in Joomla! 1.0. \n\nIt become quite confusing for our users after 1.5 was released and mambot was renamed to plugin.\n\nThe story with the plugin interface is very similar to the custom field manager; it was developed as a small addition and quickly became one of the most important parts of Sobi2.\n
  21. Shortly after Sobi2 was published we got a feature request. \n\nOne user wanted to be able to add more images in an entry and show it within a Lightbox gallery. \nAs a small explanation; at that time there were no plugins in Joomla! Plugins were called mambots in Joomla! 1.0. \n\nIt become quite confusing for our users after 1.5 was released and mambot was renamed to plugin.\n\nThe story with the plugin interface is very similar to the custom field manager; it was developed as a small addition and quickly became one of the most important parts of Sobi2.\n
  22. Shortly after Sobi2 was published we got a feature request. \n\nOne user wanted to be able to add more images in an entry and show it within a Lightbox gallery. \nAs a small explanation; at that time there were no plugins in Joomla! Plugins were called mambots in Joomla! 1.0. \n\nIt become quite confusing for our users after 1.5 was released and mambot was renamed to plugin.\n\nThe story with the plugin interface is very similar to the custom field manager; it was developed as a small addition and quickly became one of the most important parts of Sobi2.\n
  23. Shortly after Sobi2 was published we got a feature request. \n\nOne user wanted to be able to add more images in an entry and show it within a Lightbox gallery. \nAs a small explanation; at that time there were no plugins in Joomla! Plugins were called mambots in Joomla! 1.0. \n\nIt become quite confusing for our users after 1.5 was released and mambot was renamed to plugin.\n\nThe story with the plugin interface is very similar to the custom field manager; it was developed as a small addition and quickly became one of the most important parts of Sobi2.\n
  24. Shortly after Sobi2 was published we got a feature request. \n\nOne user wanted to be able to add more images in an entry and show it within a Lightbox gallery. \nAs a small explanation; at that time there were no plugins in Joomla! Plugins were called mambots in Joomla! 1.0. \n\nIt become quite confusing for our users after 1.5 was released and mambot was renamed to plugin.\n\nThe story with the plugin interface is very similar to the custom field manager; it was developed as a small addition and quickly became one of the most important parts of Sobi2.\n
  25. Shortly after Sobi2 was published we got a feature request. \n\nOne user wanted to be able to add more images in an entry and show it within a Lightbox gallery. \nAs a small explanation; at that time there were no plugins in Joomla! Plugins were called mambots in Joomla! 1.0. \n\nIt become quite confusing for our users after 1.5 was released and mambot was renamed to plugin.\n\nThe story with the plugin interface is very similar to the custom field manager; it was developed as a small addition and quickly became one of the most important parts of Sobi2.\n
  26. Shortly after Sobi2 was published we got a feature request. \n\nOne user wanted to be able to add more images in an entry and show it within a Lightbox gallery. \nAs a small explanation; at that time there were no plugins in Joomla! Plugins were called mambots in Joomla! 1.0. \n\nIt become quite confusing for our users after 1.5 was released and mambot was renamed to plugin.\n\nThe story with the plugin interface is very similar to the custom field manager; it was developed as a small addition and quickly became one of the most important parts of Sobi2.\n
  27. Shortly after Sobi2 was published we got a feature request. \n\nOne user wanted to be able to add more images in an entry and show it within a Lightbox gallery. \nAs a small explanation; at that time there were no plugins in Joomla! Plugins were called mambots in Joomla! 1.0. \n\nIt become quite confusing for our users after 1.5 was released and mambot was renamed to plugin.\n\nThe story with the plugin interface is very similar to the custom field manager; it was developed as a small addition and quickly became one of the most important parts of Sobi2.\n
  28. Shortly after Sobi2 was published we got a feature request. \n\nOne user wanted to be able to add more images in an entry and show it within a Lightbox gallery. \nAs a small explanation; at that time there were no plugins in Joomla! Plugins were called mambots in Joomla! 1.0. \n\nIt become quite confusing for our users after 1.5 was released and mambot was renamed to plugin.\n\nThe story with the plugin interface is very similar to the custom field manager; it was developed as a small addition and quickly became one of the most important parts of Sobi2.\n
  29. Few facts:\n- for now SobiPro is about two years old\n- in the meantime we were able to release 24 add-ons\n
  30. Few facts:\n- for now SobiPro is about two years old\n- in the meantime we were able to release 24 add-ons\n
  31. Few facts:\n- for now SobiPro is about two years old\n- in the meantime we were able to release 24 add-ons\n
  32. Few facts:\n- for now SobiPro is about two years old\n- in the meantime we were able to release 24 add-ons\n
  33. \n
  34. This is the list we know now but it may be much longer because ...… we would like to involve you, the SobiPro users in the development process.\n\nNow I think we all realize that the evolution of each Sobi version has been very strongly affected by the community.\nHowever it is not so easy, and I guess any software developer will agree with me at this point, to find out what the community really wants.\nAn example, we are sometimes criticized that we are not listening to the community, \nTherefore we are planning to create a feature request system, strongly oriented on the agile software development methods, which will allow our users to submit a feature request.\nWe’ve already started to do this within our forum using the basic polling feature to get user feedback on the current applications that are in production.\nIt seems to be working really well!\n
  35. What do we have on a website?\n
  36. What do we have on a website?\n
  37. What do we have on a website?\n
  38. What do we have on a website?\n
  39. What do we have on a website?\n
  40. What do we have on a website?\n
  41. What do we have on a website?\n
  42. What do we have on a website?\n
  43. What do we have on a website?\n
  44. What do we have on a website?\n
  45. What do we have on a website?\n
  46. What do we have on a website?\n
  47. What do we have on a website?\n
  48. What do we have on a website?\n
  49. \n
  50. \n
Advertisement