sttm-web icon indicating copy to clipboard operation
sttm-web copied to clipboard

Add flags from sttm-api on bootup

Open bogas04 opened this issue 6 years ago • 16 comments

We can't control features based on flags as of now.

bogas04 avatar Jun 21 '18 07:06 bogas04

@ManjotS can we use sttm-api for feature flags?

bogas04 avatar Jul 23 '19 16:07 bogas04

yes of course, can you write a ticket, I can try and program with my limited js abilities

ManjotS avatar Jul 23 '19 18:07 ManjotS

@ManjotS can you do this or do we need to re-assign it?

saintsoldierx avatar Oct 19 '19 16:10 saintsoldierx

What would also be amazing is to have what raag time it is.

saintsoldierx avatar Oct 19 '19 16:10 saintsoldierx

Sorry I can't take any more tasks. Not able to balance it with work and life.

On Sat, Oct 19, 2019, 10:03 PM Aman Singh [email protected] wrote:

What would also be amazing is to have what raag time it is.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/KhalisFoundation/sttm-web/issues/507?email_source=notifications&email_token=ABPEGVNZIK5OMFGTHHFCEB3QPMZFXA5CNFSM4FGGGGK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBXVZ7Y#issuecomment-544169215, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPEGVKMZWGLHEIGBNTEI5DQPMZFXANCNFSM4FGGGGKQ .

bogas04 avatar Oct 19 '19 16:10 bogas04

This is the concept we have image

saintsoldierx avatar Oct 19 '19 16:10 saintsoldierx

@saintsoldierx what is the sttm-api ticket you are referencing? I can implement once I know.

ManjotS avatar Oct 20 '19 07:10 ManjotS

@saintsoldierx bump

ManjotS avatar Nov 17 '19 06:11 ManjotS

@ManjotS I'm not sure, i didn't mention an API. But need to figure out how we can make these features available.

saintsoldierx avatar Nov 17 '19 06:11 saintsoldierx

should we just add a key/value store service for this?

ManjotS avatar Dec 13 '19 21:12 ManjotS

Yes, i think that could work. Whatever you think's best.

saintsoldierx avatar Dec 13 '19 21:12 saintsoldierx

pending sttm-api/10

ManjotS avatar Jan 01 '20 00:01 ManjotS

Could I get a little info as to how this will work? it looks like api work is done... @ManjotS

saintsoldierx avatar Jun 08 '20 01:06 saintsoldierx

/settings returns all settings /settings/settingname returns the data for that option

The underlying table is the settings table in sttm database. It has setting_name and setting_value. You can persist any datatype there as a key/value. So it could be a json structure or a bool etc.

ManjotS avatar Jun 08 '20 19:06 ManjotS

This is still relevant @gurjit03 - but i am not sure what exactly needs to be done here

saintsoldierx avatar Jun 24 '24 22:06 saintsoldierx