Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support different backends #17

Open
michaelneu opened this issue Jan 13, 2019 · 0 comments
Open

Support different backends #17

michaelneu opened this issue Jan 13, 2019 · 0 comments

Comments

@michaelneu
Copy link
Owner

michaelneu commented Jan 13, 2019

We could support Microsoft Access and eventually Microsoft Word as well by creating a context-aware RestWebController, which internally uses e.g. the WorkbookWebController if the macro's run in Microsoft Excel.

The backends should behave like the WorkbookWebController currently does:

  • return a JsonObject or JsonArray
  • resolve relationships using fk_<table> keys
  • automatically create REST endpoints based on the backend's structure (e.g. worksheets in Excel, database tables in Access)

The build script needs to be adjusted for that as well. Maybe we can use yeoman or a project file (e.g. webxcel.json) specifying the build process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant