site integration?

28 views
Skip to first unread message

pri...@thecrumb.com

unread,
Jan 26, 2018, 11:21:12 AM1/26/18
to BugLogHQ
I'm curious if anyone has integrated BugLog within another site?

I'm working on a site now where they'd like the current password protected Admin area of the site to be be able to view BugLog's charts?  

So I'd either have to somehow tie the two authentication systems together (which seems complicated :)) - or hack my own dashboard to pull from the BugLog database.

Thoughts?

Jim


Steven Lee Semrau Sr

unread,
Jan 26, 2018, 11:29:04 AM1/26/18
to bugl...@googlegroups.com
No integration here - I hope you find someone that has done the integration though as it certainly would be nice.


--

---
You received this message because you are subscribed to the Google Groups "BugLogHQ" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bugloghq+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--

Steven Semrau

REALTOR®

Sold by Steven Jen | Long & Foster 
508 E. Market St, Leesburg, VA  20176

Cell: 703-687-7409  |  S...@LnF.com



Licensed in Virginia.   Let our experience move you. 

If you have family or friends that can benefit from our expertise,

please contact us. We will be happy to assist them with their real

estate needs!

Like Us on Facebook!

Don Quist

unread,
Jan 26, 2018, 1:22:00 PM1/26/18
to bugl...@googlegroups.com
There are 2 ways you might be able to go about this - 
1) there's an rss service you can use - though it has some limitations of how far back you can get
2) it looks like most of the authentication is handled by session variables.  So maybe you can invoke the buglog app service directly to get the user object and put that in the session scope, basically mimic this: https://github.com/oarevalo/BugLogHQ/blob/master/hq/handlers/general.cfc#L433

On Fri, Jan 26, 2018 at 8:28 AM, Steven Lee Semrau Sr <ssem...@gmail.com> wrote:
No integration here - I hope you find someone that has done the integration though as it certainly would be nice.

On Fri, Jan 26, 2018 at 11:21 AM <pri...@thecrumb.com> wrote:
I'm curious if anyone has integrated BugLog within another site?

I'm working on a site now where they'd like the current password protected Admin area of the site to be be able to view BugLog's charts?  

So I'd either have to somehow tie the two authentication systems together (which seems complicated :)) - or hack my own dashboard to pull from the BugLog database.

Thoughts?

Jim


--

---
You received this message because you are subscribed to the Google Groups "BugLogHQ" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bugloghq+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.
--

Steven Semrau

REALTOR®

Sold by Steven Jen | Long & Foster 
508 E. Market St, Leesburg, VA  20176

Cell: 703-687-7409  |  S...@LnF.com



Licensed in Virginia.   Let our experience move you. 

If you have family or friends that can benefit from our expertise,

please contact us. We will be happy to assist them with their real

estate needs!

Like Us on Facebook!

--

---
You received this message because you are subscribed to the Google Groups "BugLogHQ" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bugloghq+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--

Jim Priest

unread,
Jan 26, 2018, 1:37:22 PM1/26/18
to bugl...@googlegroups.com
RSS might be an idea - I don't need a lot of data on the internal admin screen.  It's just for mgmt :)

Jim

--

---
You received this message because you are subscribed to a topic in the Google Groups "BugLogHQ" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bugloghq/DCeIdQdcmUU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to bugloghq+unsubscribe@googlegroups.com.

Oscar Arevalo

unread,
Jan 26, 2018, 5:49:02 PM1/26/18
to bugl...@googlegroups.com
Jim,
One thing you could try is to create an instance of bugLog.components.hq.appService inside your app (https://github.com/oarevalo/BugLogHQ/blob/master/components/hq/appService.cfc)

Then with that instance you can basically call any of the functions that the front end application can provide. In particular searchEntries() which would allow you to query the database in any way you want without the limitations of the RSS.

You would still need to do the charts on your app's side, but at least you will have all the data.

This is the same approach that the separate mobile UI uses to interact with the same data.

Oscar

Jim Priest

unread,
Jan 30, 2018, 11:28:12 AM1/30/18
to bugl...@googlegroups.com
Thanks Oscar!  I will look into that today and see what I can do.

Jim

pri...@thecrumb.com

unread,
Feb 9, 2018, 5:10:28 PM2/9/18
to BugLogHQ

Jim,
One thing you could try is to create an instance of bugLog.components.hq.appService inside your app (https://github.com/oarevalo/BugLogHQ/blob/master/components/hq/appService.cfc)


This worked beautifully!  Very easy to setup - I didn't need any charts - they just wanted a simple view so I just dumped out the query into a table.

Jim

Oscar Arevalo

unread,
Feb 9, 2018, 6:03:05 PM2/9/18
to bugl...@googlegroups.com
Great!

--
Reply all
Reply to author
Forward
0 new messages