Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Conversation

@lei9444
Copy link
Contributor

@lei9444 lei9444 commented May 27, 2020

Description

clean the code

Task Item

#minor

Screenshots

export interface ISettingManager {
get(slot?: string, obfuscate?: boolean): Promise<any | null>;
set(slot: string, settings: any): Promise<void>;
get(obfuscate?: boolean): Promise<any | null>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also take the chance of remove this obfuscate feature, @cwhitten what do you think? I think we chatted about this

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's leave it in for now ad revisit once some customers have successfully deployed Composer and we get some additional feedback.

Copy link
Contributor

@boydc2014 boydc2014 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, leave one question for chris

@boydc2014 boydc2014 changed the title refactor: remove the slot related code when update setting refactor: clean up the ' May 27, 2020
@boydc2014 boydc2014 changed the title refactor: clean up the ' refactor: clean up the 'slot' abstraction for abs-h May 27, 2020
@cwhitten cwhitten merged commit 782787c into microsoft:master May 27, 2020
@lei9444 lei9444 deleted the clean branch February 1, 2021 02:05
lei9444 added a commit to lei9444/BotFramework-Composer-1 that referenced this pull request Jun 15, 2021
* clean setting slot related code

* remove abshost flag

Co-authored-by: Dong Lei <[email protected]>
Co-authored-by: Chris Whitten <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants