rfalanga / FeatureFlag

MIT License
0 stars 0 forks source link

Need to fully implement MyFeatureFlags #2

Open rfalanga opened 4 months ago

rfalanga commented 4 months ago

I've created the barebones version of MyFeatureFlags, but I've got to fully implement the two methods within MyFeatureFlags.

rfalanga commented 4 months ago

I remembered that I could highlight a class, even a Microsoft class, then press F12 to see a synopsis of the class. Good even to begin deducing what I'll need.

rfalanga commented 4 months ago

I tried added 2 new classes, MyTempFeatures and TmpFeatureDefinition. However, the last one was just a wild attempt to get the build to work. I'm thinking I should delete it and just work with MyTempFeatures.

Or maybe the better approach would be to review the appSettings.json implementation, and see if I can derive from that the class(es) that I'll need, for the tables I'll need, in SQL Server.

rfalanga commented 4 months ago

I tried adding two new classes, MyTempFeatures and TmpFeatureDefinition. However, the last one was just a wild attempt to get the build to work. I'm thinking I should delete it and just work with