twenty
twenty copied to clipboard
Building a modern alternative to Salesforce, powered by the community.
# What Today we throw an error when the name already exists locally. We should: - create the table with a new name (user2...) - offers the possibility to update...
# What When creating/deleting a connection, redirection is made but the connections list is not updated in production
# What Based on status fetched or second call made, we should warn the user that the table structure is out of sync  # How - in `useGetDatabaseConnectionTables`, also...
# This PR - Fix #5021 - Migrates `passwordResetToken` and `passwordResetTokenExpiresAt` fields from `core.users` to `core.appToken` - Marks those fields as `deprecated` so we can remove them later if we...
# What Add the possibility to edit the connection.   Opens a new page with the creation form pre-filled **Should we warn the user that it will unsync all...
- Modified CSS: font-size, colors, margins... - Added an ArticleContent Component that will be used for the changelog and user guide articles, which contains the styles for each titles, paragraphs,...
I extracted the init database logic into its own file. You can now run it with yarn database:init. Added database entry for GitHub stars. Do you want me to remove...
## Scope and context When the remote schema change, we should return informations to the user so he knows the table is out of sync. ## Technical inputs - add...
# What Server connection should be editable. We need to add a new endpoint. See how this is done to remove a server. # How - Rename `CreateRemoteServerInput` into `RemoteServerInput`...