sttm-web
sttm-web copied to clipboard
Add flags from sttm-api on bootup
We can't control features based on flags as of now.
@ManjotS can we use sttm-api for feature flags?
yes of course, can you write a ticket, I can try and program with my limited js abilities
@ManjotS can you do this or do we need to re-assign it?
What would also be amazing is to have what raag time it is.
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 .
This is the concept we have
Make sure it scales to mobile view as well.
On Sat, Oct 19, 2019, 10:24 PM Aman Singh [email protected] wrote:
This is the concept we have [image: image] https://user-images.githubusercontent.com/27791330/67148631-7a088a00-f256-11e9-9798-37446c2b1855.png
— 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=ABPEGVLBHIWWVJEHMZ5SASTQPM3VZA5CNFSM4FGGGGK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBXWPRY#issuecomment-544171975, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPEGVNQU2PZEBLHKUDJVNDQPM3VZANCNFSM4FGGGGKQ .
@saintsoldierx what is the sttm-api ticket you are referencing? I can implement once I know.
@saintsoldierx bump
@ManjotS I'm not sure, i didn't mention an API. But need to figure out how we can make these features available.
should we just add a key/value store service for this?
Yes, i think that could work. Whatever you think's best.
pending sttm-api/10
Could I get a little info as to how this will work? it looks like api work is done... @ManjotS
/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.
This is still relevant @gurjit03 - but i am not sure what exactly needs to be done here