-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Org-aware app #7
Comments
I'm thinking about skipping regular OAuth and going direct to an Organisation wide install, since I believe the code would be able to support both a Grid install and a single workspace install on a single code path. We've probably got two options in terms of table structure. A pair of tables - Any suggestions on the better approach @seratch @stevengill ? |
My comments in the past may be helpful for thinking about the database table design.
In a nutshell,
It's fine to have a bit different table design in this app but the above points should be taken in consideration. |
Those are great thanks. I think we should develop this app with the assumption it would be deployed to production, so I'll go with your suggestions. |
Of course, if we considered this as an app to be deployed only on a single grid / workspace, then we could upgrade all the various call sites to pass |
Description
As a
Developer
I want to
Make my app aware of Slack Enterprise Grid
So that I can
Deploy it across my whole organisation
Languages
This feature is now implemented in:
Requirements (place an
x
in each of the[ ]
)The text was updated successfully, but these errors were encountered: