solved modifying an existing module in JR into a TO-DO list module

boplive
@boplive
10 years ago
345 posts
just curious...of all the modules under Jr...which one do you think can be modify to use as a TO-DO list module or even come close for it to happen.
updated by @boplive: 09/28/14 06:43:49PM
brian
@brian
10 years ago
10,148 posts
The issue tracker would work well for a TODO list without any modifications:

https://www.jamroom.net/the-jamroom-network/networkmarket/117/issue-tracker


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
boplive
@boplive
10 years ago
345 posts
is there a way that it can be implemented on the home page by using some kind of function like below(the jrcore function)

{jrCore_module_function function="jrIssueTracker" module="jrIssueTracker" field="issuetracker" item=$item}

something like this
brian
@brian
10 years ago
10,148 posts
Yep - it stores the issues in a DataStore just like other modules, so you can jrCore_list it however you like.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
boplive
@boplive
10 years ago
345 posts
yes it does...:)
I'll close this out.

Tags