Skip to content

Commit 8d879ea

Browse files
committed
added new TODOs for the next big work packages
1 parent 8cf9f0a commit 8d879ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/featureToggles.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"use strict";
1313

1414
// 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...
1519

1620
const { promisify } = require("util");
1721
const path = require("path");

0 commit comments

Comments
 (0)