You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,10 +44,11 @@ May 30,2018 | **Release 1.0** | available from [GitHub](https://github.com/aman
44
44
45
45
## NEXT DEVELOPMENTS (checked in progress)
46
46
47
+
-[ ] Resolve api url for electron-client and in general for file protocol. Solution is in build time [adding angular env variables](https://alligator.io/angular/environment-variables/)
47
48
-[ ] Create api server in cordova with [cordova plugin webserver](https://github.com/bykof/cordova-plugin-webserver) and [lockijs db](https://github.com/techfort/LokiJS)
48
49
-[ ] Create ui tests with [java cucumber](https://examples.javacodegeeks.com/core-java/junit/junit-cucumber-example/)
49
50
-[ ] Create api and ui tests in node app with a e2e framework
50
-
-[ ]use automatic swagger-ui in node [swagger-ui-node](https://blog.cloudboost.io/adding-swagger-to-existing-node-js-project-92a6624b855b)
51
+
-[ ]Use automatic swagger-ui in node [swagger-ui-node](https://blog.cloudboost.io/adding-swagger-to-existing-node-js-project-92a6624b855b)
51
52
52
53
## Table of contents
53
54
@@ -316,6 +317,10 @@ App in electron:
316
317
317
318
In this way **only your frontend**, is running in the electron container and you can use the **electron-debug utility**.
318
319
320
+
**:warning:**
321
+
> In this mode the api calls don't work without a server part is missing. Besides the backend endpoint is a file protocol instead http.
322
+
323
+
319
324
320
325
#### Electron package mode for frontend
321
326
@@ -330,6 +335,9 @@ After this, you will have a single **electron-app-client 1.0.0** (for windows wi
330
335
**The file created is a standalone distributable desktop app that not require Node or JRE on your machine to be executed.**
331
336
In this way, **only your frontend**, is run in the electron container as a package and you can use the **electron-debug utility**.
332
337
338
+
**:warning:**
339
+
> In this mode the api calls don't work without a server part is missing. Besides the backend endpoint is a file protocol instead http.
0 commit comments