Make a component which will enable the user to create, edit and share lists.

Ken McGonigal Posted in Component Development 9 years ago

Hi all,

I am trying to make a component which will enable the user to create, edit and share lists. And the following:

owned by user logged in;
editable by user;
sharable by user with friends (and ideally on other sites like Twitter) on site;
like a blog but in the form of a list;
user able to make multiple lists to share.

Should I be looking at the OSSN groups component as a model for this project?
Here is the github repository link: https://github.com/gentoolink/MyList

I used the Hello World component as a foundation to build on. I am just confused on how to go about this. I am really trying to grasp the fundamentals of OSSN.

Thanks in advance

Ken

Replies
Catalan Ken McGonigal Replied 9 years ago

Thanks for pointing me in the right direction Arsalan!

Cheers

Indonesian Arsalan Shah Replied 9 years ago

To archive you goal you need :

  • Register actions that (add/edit/delete) lists.
  • A page handler that displays add, edit view list.
  • You have to use OssnObject to create lists item for each user.

See a example of Blog component that is not yet completed: https://github.com/lianglee/Blog

Catalan Ken McGonigal Replied 9 years ago

Its working for 3.5. I just grabbed it from Github repo. It is working great.

ng Abayomi Oladipupo Replied 9 years ago

Am also looking to this component
Good thoughts