--
You received this message because you are subscribed to the Google Groups "Modular FileMaker" group.
To unsubscribe from this group and stop receiving emails from it, send an email to modular-filema...@googlegroups.com.
To post to this group, send email to modular-...@googlegroups.com.
Visit this group at http://groups.google.com/group/modular-filemaker.
To view this discussion on the web visit https://groups.google.com/d/msgid/modular-filemaker/0c1a3ce6-fba5-4a91-b25d-38ce61ccd9e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Todd, I don’t mean to turn your question back on you, but I would like to know how YOU (the mFM community) would use GIT.
As for your comments about mFM not living up to it's ideal. I think it does about as good a job as can be done given the current state of the technology. I see it as step in the right direction. Nothing more.
However, I do think that with the right tooling, something might be done. In other words if there was a UI tool designed to work with FileMaker the way npm works with node, then things could change. I aware of some of the excellent UI tools for git ( especially on the mac ), but these don't really solve the FileMaker problem.
I think working out how to make git a useful part of the average FileMaker developer's workflow is really important. I have a number of ideas about how to go about doing that, none of which are easy or complete. Until there is a way for the average FileMaker user to publish and consume modules and code with git....
uh uh, did I just get Served?!
--
You received this message because you are subscribed to a topic in the Google Groups "Modular FileMaker" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/modular-filemaker/ccXLuLR7bgs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to modular-filema...@googlegroups.com.
To post to this group, send email to modular-...@googlegroups.com.
Visit this group at http://groups.google.com/group/modular-filemaker.
To view this discussion on the web visit https://groups.google.com/d/msgid/modular-filemaker/CAEA0Pwzj%2BTK1daDtUDfwB-chTy%2BOHC6AmT1jd3-LxyTx9p1pcQ%40mail.gmail.com.
You received this message because you are subscribed to the Google Groups "Modular FileMaker" group.
To unsubscribe from this group and stop receiving emails from it, send an email to modular-filema...@googlegroups.com.
To post to this group, send email to modular-...@googlegroups.com.
Visit this group at http://groups.google.com/group/modular-filemaker.
To view this discussion on the web visit https://groups.google.com/d/msgid/modular-filemaker/546BAAA5.70802%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/modular-filemaker/etPan.546bad60.2ae8944a.356%40todds-mbp-7.home.
I have seen a thread on the subject of 'where' and 'how' mFMs should be stored and accessed. The discussion springs from a fundamental aspect of mFM: 'Openness'.The website embraces the concept of modern, Open Collaborative Development. But some clarification is in order. As contradictory (or Orwellian) as it may sound, enforcing adherence to structure is necessary to foster an open community. I know, "freedom thru boundaries" rubs me the wrong way too, but we're not talking about government. In my opinion, mFM does not live up to its self defined aspirations if it does not fully embrace the Collaborative Software Development Model and the framework of the 'Open Repository' which is at its heart.
GitHub as a way to do it is both technically problematic and goes over the heads of the vast majority of the target audience of FileMaker users. Hopefully someday.
The dev can re-write his own scripts, but first, he decides to...
- downloads the latest release of FMauth
- configures and tests a service for JIra with the easy Setup Screen
- Points his scripts at the FMauth version of the NewToken and RefreshToken scripts
- breaks out in song because instead of passing his developers token to script X (which returns an authentication token), he now passes it to script Y, which does the same thing.
To view this discussion on the web visit https://groups.google.com/d/msgid/modular-filemaker/etPan.546bad60.2ae8944a.356%40todds-mbp-7.home.
To view this discussion on the web visit https://groups.google.com/d/msgid/modular-filemaker/546E6139.4000507%40gmail.com.
Authenticating into various web api is a major problem worth solving. three questions I have ( speaking like Yoda )
1. Are you intending to make this a general module. i.e. for many web services?
2. Many of thee web api’s require methods other than GET , and POST. Natively FM only fully handles GET, and POST partially. Also some API’s require digital signing which is not possible with out a plugin or other help. Whats the plan for that?
OK,
lets not pretend your the IS manager who's concept of FM is like the database from Microsoft Works, circa 1998.
lets not pretend I'm the python developer who hasn't spent 20 years in cubicles dealing with people who either expected way to much from FM, or wanted it out, OUT of their IS department (I once had a manager describe FM as Excel On Acid)
we know we can be cleaver with GETs and POSTs, I think we pretty much know where those boundaries are.
we know if we want to do X, we are going to need to bleed outside FM
we no all the potential tricks we can pull out of the webviewers ass.
of course there's ScriptMaster/groovy, which I know you are involved in at various levels,
which is so deeply rooted that Its as close to staying "completely inside" as you can get, without staying "completely inside".
it would be the most "standard" way to handle more sophisticated processes on the client side.
We can talk to the command line directly (better via SM/Groovy)
there's applescript and its rich, crazy cousin, VB.
its 2015 (almost) are the posix services fully integrated into windows? (I wouldn't count on it)
a solution running off FM server opens a lot more possibilities, but we are starting to get narrow
the most out there: a business entity which hosts a service which receives and processes requests.
We did this at ILM, we setup a server and workflow for FM centric stored procedures.
New procedures were written as needed, I just passed the data to the procedure, and it passed me back what I wanted. Simple. We just need the resources and staff comparable to the old gang from trailer 6 at Kerner
Bottom line - if it can only be done outside FM, and we want to do it, I lean toward scriptmaster/groovey
3. Some web API’s require a http server to call back to, to pass back tokens. Do you have a way to solve that?
I ask, because am actively working on a QuickBooks API module, where I hit each and everyone of those issues :-)
Whats the plan for that?
To view this discussion on the web visit https://groups.google.com/d/msgid/modular-filemaker/etPan.546e65d0.6b8b4567.f81%40todds-mbp-2.home.
On November 20, 2014 at 4:50:36 PM, Jim Randell (jimrand...@gmail.com) wrote:
Bottom line - if it can only be done outside FM, and we want to do it, I lean toward scriptmaster/groovey
Other thoughts:
- what methods of authentication would this support?
- how much effort to put into deprecated or less adopted technology?
- how to decide what to support?