Helper app for intranet site

K

kevinlcarlson

I'm exploring the possibility of developing a helper app for an
existing internal company website. Basically, it would automatically
scan the current page contents, including prepopulated forms, and
provide context-related business rule comments to the user, via a stay-
on-top wxPython panel. Any suggestions on how to do this? (The web
developers are unavailable to do this within the site.)

Thanks,
Kevin
 
L

Lawrence D'Oliveiro

In message
I'm exploring the possibility of developing a helper app for an
existing internal company website. Basically, it would automatically
scan the current page contents, including prepopulated forms, and
provide context-related business rule comments to the user, via a stay-
on-top wxPython panel.

Seems like a roundabout way of doing it. Can’t you integrate into the server
code which is generating the page contents, instead of trying to reverse-
engineer those contents?
 
K

kevinlcarlson

In message


Seems like a roundabout way of doing it. Can’t you integrate into the server
code which is generating the page contents, instead of trying to reverse-
engineer those contents?

Absolutely - that would be the best way to accomplish this.
Unfortunately, our group has no access to the web server and the
developers have this functionality scheduled about a year into the
future, but we need it ASAP. Also, our group would like to be in
control of the code and business rule contents, rather than wait for
updates from the busy web team...

So far, it looks like PAMIE could be a good choice for the page
scraping code - it includes WinGuiAuto.py which could be used to
identify the correct window handle and parse the contents. Business
rule data could be stored locally in Sqlite, since it changes rarely
and there is a small user base... Does this seem like the right track?

Thanks,
Kevin
 
L

Lawrence D'Oliveiro

In message
Absolutely - that would be the best way to accomplish this.
Unfortunately, our group has no access to the web server and the
developers have this functionality scheduled about a year into the
future, but we need it ASAP. Also, our group would like to be in
control of the code and business rule contents, rather than wait for
updates from the busy web team...

Conway’s Law: any piece of software reflects the organizational structure
that produced it.
 
K

kevinlcarlson

In message





Conway’s Law: any piece of software reflects the organizational structure
that produced it.

Hard to disagree with that sentiment - I've come across a fair amount
of disorganized software in my day... ;)
In any case, I'll try the WinGuiAuto approach and see how that
works...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top