Code Monkey home page Code Monkey logo

inter-mediator / inter-mediator Goto Github PK

View Code? Open in Web Editor NEW
32.0 13.0 10.0 30.79 MB

The new style web application framework, you could develop a db-driven web application with declarative descriptions.

Home Page: https://inter-mediator.com/

License: Other

JavaScript 20.35% HTML 1.12% PHP 61.03% CSS 0.35% Shell 0.66% Ruby 3.18% Dockerfile 0.03% TSQL 13.27%
mysql postgresql sqlite filemaker sqlserver filemaker-xml-api filemaker-data-api php webapp webapplication

inter-mediator's Introduction

INTER-Mediator

Build Status Build Status Build Status Pipeline Status

by INTER-Mediator Directive Committee (https://inter-mediator.org)

This is the root of the INTER-Mediator source repository.

INTER-Mediator is new style web application framework. You can develop easily, and realize your ideals. You just describe table and field names in any HTML elements, and these are bond to database, showing values moreover automatically update with editing. If you want to implement more complex logic, you can write programs both client and server sides.

All information can be available at:

Sample pages within this repository are published at below, and anyone can see sample pages working with database. You don't have to deploy the samples if you just want to see this at a glance.

The demo with the latest version of INTER-Mediator is here:

This demo page works on INTER-Mediator Ver.5.x (Milestone version). INTER-Mediator Ver.6 was quite different from previous versions. So we have called the Milestone version for the final release of Ver.5.

Documentation

Contributors:

  • Masayuki Nii
  • Atsushi Matsuo
  • Kiyonori Ito
  • Kentaro Suzuki
  • Nobuo Hayashi
  • Kazuaki Osawa
  • Hiroko Oki
  • Tomomitsu Baba
  • Motofumi Iijima

Special Thanks to:

  • Candy
  • Katsunori Eda
  • Naomi Hamaji
  • Masakatsu Inamoto
  • Yukihiko Kobayashi
  • Akinori Mizoguchi
  • Hiromi Morita
  • Yukio Murakami
  • Kenzo Nakata
  • Shin Ninagawa
  • Osamu Noda
  • Tomoyuki Sugihara
  • Paul Takemura
  • Hiroyasu Tanaka
  • Takanori Taniguchi
  • Kozue Uriu
  • Kenji Utsumi
  • Takayoshi Wada
  • Tsutomu Yuasa

Driven by INTER-Mediator Directive Committee

  • Masayuki Nii
  • Atsushi Matsuo
  • Nobuo Hayashi
  • Motofumi Iijima
  • Miyuki Imaizumi

The information about INTER-Mediator Directive Committee is below:

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

The GitHub application might be comfortable for command-line unfamiliar people.

inter-mediator's People

Contributors

atarime avatar dependabot[bot] avatar haya-sann avatar matsuo avatar msyk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

inter-mediator's Issues

FileMaker's ODBC Support

Working with FileMaker's ODBC sharing instead of XML sharing (FX.php) when using FileMaker Server 13.

The context object issues should be resolved.

The INPUT#text elements can be handled with div/span or sort of. I should check below couples for the same field (same context).

  • INPUT#test - Radio buttons
  • INPUT#text - Checkbox
  • INPUT#text - popup menu
  • Radio buttons - Radio buttons
  • Checkbox - Checkbox
  • popup menu - popup menu

Other ToDo items

_If you think some of below should be a issue, please make a document for it._

  • Documentations, especially English documentations.
  • Generating the page on the server-side initially. Now the IMCake is going on.
  • Showing as the alert box when any errors occurred ??
  • FileMaker's Find style database search. To do that, the Record-set feature must be support for context.
  • HTML5's local database supporting.
  • Searching in PDFs or any kind of files.

How does it works on the 'post-reconstruct'=>false.

The 'post-reconstruct' keyed value should control the post-only mode, but other parameters for post-only mode can work if the 'post-reconstruct'=>false. We should be check the behavior when 'post-reconstruct'=>false.

PHP 5.6 and mbstring

mbstring is deprecated on PHP 5.6. We should check how IM works on PHP 5.6 and care if it's something wrong.

Cloud infrastructure support

For example, the SimpleDB of the AWS could be supported. I've ever thought it should be without "server-side components", but it's hard to implement. So this matter should handle with the same way as other databases. It means "The DB Driver for SimpleDB" or sort of.

Taking care of the order in the shared context for inserted record.

If a record is inserted on a client, it will be pushed to another and added into the context. But it doesn't care the order of the created record.

Moreover, if the order of the record is changed by modifying any fields, it should be changed the order in the context locally and every shared client. If the modification causes out of criteria with modified, the record should be removed from the context.

Where is the 'memo' field?

The sample 'Sample_Form' is the most important sample for the INTER-Mediator developers. This contains the 'memo' field, but the every database scheme don't have the definition of 'memo' field. What's that?

When insert/delete record, it doesn't affect to other contexts.

If two contexts "context1" and "context2" exist and they have same table and view keyed values. The context1 has the 'insert delete' value for 'repeat-control' key.

In this case, Insert and Delete buttons are shown, and it can insert and delete to context1, but it doesn't affect to context2.

What is the 'maxrecords' value.

The explanation of the 'maxrecords' keyed value should be in any place of the manual site. Everybody thinks that the difference between records and maxrecords. This is a common question.

PHPStrom plugin for better user experiences

PHPStorm is a candidate, but it doesn't have a kind of "Preview" features. Guys choose this kind of tool might not want to visualize their codes, and moreover it could be they didn't want to integrate their tools with INTER-Mediator.

Create "Practices"

Practices are not "Samples". These are codes for explaining how to build a typical web application by INTER-Mediator.

Issues in the validation.

If the field is set the validation, it should be checked in case of the value isn't changed. We should think about the validation rule "length(value) > 0." This is expected to show alert if the field is "". If the field is initially blank and focused on it, and then type the Tab key, the alert doesn't show. It might be the value isn't changed and IM judges it doesn't require to update to the database.

Check the PosgreSQL behavior.

The PostgreSQL started to support "SERIAL" keyword. We should check the behavior in case of use it. Moreover keep consistency both "SERIAL" and "SEQUENCER" style.

サーバがWindowsの場合の認証時の問題

Server: Windows 7.5/IIS 7 Express/PHP 5.4.14/MySQL 5.5.34
Client: OS X 10.9/Chrome 30

サンプルのAuthentication Pageでログインパネルが出るが、そこで正しいアカウントを入力してもエラーが発生する。以下のようにdatetime値の形式が正しくない。

Query Error: [Select:INSERT INTO issuedhash (user_id, clienthost, hash, expired) VALUES (1,'2678feab22485307c9bf020258e1343e881444a2','cc3a5bfcb52df93a348039d8','2013-10-20T11:54:07+09:00')] Code=22007 Info =array ( 0 => '22007', 1 => 1292, 2 => 'Incorrect datetime value: '2013-10-20T11:54:07+09:00' for column 'expired' at row 1', )

Consider the keyword 'confirm'.

In the 'repeat-control' keyed value,

delete -> work,
confirm-delete -> work,
delete-confirm -> not work (just delete)

We should consider this behavior is valid or not.

Update issue in Master-Detail UI

Master-Detail UI can realize by the 'nav-control' keyed value. It can be show the valid style UI, but if the data is updated, the framework can't proceed it. It happens on both PDO and FileMaker_FX, and these behaviors are slightly different on both databases.

Plug-in Archtecture

Requires the general plug-in architecture. So the below items will be resolved.

  • Calendar/Time Component Support.
  • Tab Component Support.

Reconsider the file DB_Interfaces.php

It includes some interface definitions. "DB_Interface" is used in DB_Proxy and DB_PDO/DB_FileMaker_FX so far, but some methods has to exist just DB_PDO/DB_FileMaker_FX. So I should reconsider the interface definition to divide method for Proxy and DB classes.

The list-detail style page navigation without JavaScript programming.

Adding the value "master" or "detail" to the 'repeat-control' key's value.
It should be just one master and one detail in a page.
"master" and "master-hidden" will be supported.
"master" and "detail" are always appearing on the page.
"master-hidden" and "detail" are alternatively visible.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.