We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf9f0a commit 8d879eaCopy full SHA for 8d879ea
src/featureToggles.js
@@ -12,6 +12,10 @@
12
"use strict";
13
14
// TODO locale for validation messages
15
+// TODO investigate how to turn library into a cds plugin similar to https://github.com/cap-js-community/event-queue
16
+// this would incorporate a ready-made feature-service interface copied from example-cap-server
17
+// TODO remove dependency on cf-nodejs-logging-support. the way request level information are handled in there is
18
+// not good. either we build our own logging, or hook into cds.log and make cds a full dependency...
19
20
const { promisify } = require("util");
21
const path = require("path");
0 commit comments