-
Notifications
You must be signed in to change notification settings - Fork 32
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
Feat/conditional feature access based on user plan and payment #728
Feat/conditional feature access based on user plan and payment #728
Commits on Aug 2, 2024
-
fix: Added mode to fetch the mode i.e manual by default
Mayur committedAug 2, 2024 Configuration menu - View commit details
-
Copy full SHA for f24c12c - Browse repository at this point
Copy the full SHA f24c12cView commit details -
fix: Added migration to update the mode of template entity of old use…
…rs as manual
Mayur committedAug 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 9b7b036 - Browse repository at this point
Copy the full SHA 9b7b036View commit details -
fix: Fetched column types label and value by function getColumnTypes
Mayur committedAug 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 9d02d77 - Browse repository at this point
Copy the full SHA 9d02d77View commit details -
feat: Used state and effect to get and set columnTypes respectively
Mayur committedAug 2, 2024 Configuration menu - View commit details
-
Copy full SHA for deea7d0 - Browse repository at this point
Copy the full SHA deea7d0View commit details -
feat: Used state and effect to get and set columnTypes respectively
Mayur committedAug 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 9d36b6e - Browse repository at this point
Copy the full SHA 9d36b6eView commit details -
Mayur committed
Aug 2, 2024 Configuration menu - View commit details
-
Copy full SHA for d785bd8 - Browse repository at this point
Copy the full SHA d785bd8View commit details -
feat: Setted plan meta by data.meta
Mayur committedAug 2, 2024 Configuration menu - View commit details
-
Copy full SHA for d0fd221 - Browse repository at this point
Copy the full SHA d0fd221View commit details -
feat: Dynamically disabling the Automatic select field based on false…
… value
Mayur committedAug 2, 2024 Configuration menu - View commit details
-
Copy full SHA for b06faa2 - Browse repository at this point
Copy the full SHA b06faa2View commit details -
feat: Wrapped necessary components under StoreWrapper
Mayur committedAug 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 49bc651 - Browse repository at this point
Copy the full SHA 49bc651View commit details -
feat: Added getColumnTypes for disabling value and label of select field
Mayur committedAug 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 56ca54a - Browse repository at this point
Copy the full SHA 56ca54aView commit details -
Mayur committed
Aug 2, 2024 Configuration menu - View commit details
-
Copy full SHA for ffb2438 - Browse repository at this point
Copy the full SHA ffb2438View commit details
Commits on Aug 6, 2024
-
feat: Added context and hook for storing the plan meta
Mayur committedAug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 04d2f20 - Browse repository at this point
Copy the full SHA 04d2f20View commit details -
feat: Wrapped the AppContextProvider inside PlanMetaProvider
Mayur committedAug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for c390f3b - Browse repository at this point
Copy the full SHA c390f3bView commit details -
feat: Added BINARY chargeModel
Mayur committedAug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 35f006c - Browse repository at this point
Copy the full SHA 35f006cView commit details -
feat: Added interface IPlanMetaContext and IPlanMeta to have types fo…
…r plan meta or billable metrics
Mayur committedAug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for f1ab15b - Browse repository at this point
Copy the full SHA f1ab15bView commit details -
feat: Added default manual value for mode
Mayur committedAug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 3d89b8a - Browse repository at this point
Copy the full SHA 3d89b8aView commit details -
feat: Added error message when the user tries to add manual schema an…
…d type as Image
Mayur committedAug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 614b7a7 - Browse repository at this point
Copy the full SHA 614b7a7View commit details -
feat: Show message if user selects Image column type without plan
Mayur committedAug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 0868969 - Browse repository at this point
Copy the full SHA 0868969View commit details -
feat: Thrown error if context is not found
Mayur committedAug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for d013186 - Browse repository at this point
Copy the full SHA d013186View commit details -
feat: Imported and added AVAILABLE_BILLABLEMETRIC_CODE_ENUM wherever …
…necessary
Mayur committedAug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for da2e718 - Browse repository at this point
Copy the full SHA da2e718View commit details -
feat: Added Image as type in ISchemaItem
Mayur committedAug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 4e84587 - Browse repository at this point
Copy the full SHA 4e84587View commit details -
feat: Added await while calling async method execute
Mayur committedAug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 0265878 - Browse repository at this point
Copy the full SHA 0265878View commit details -
feat: Added and used AVAILABLE_BILLABLEMETRIC_CODE_ENUM
Mayur committedAug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 9693f5e - Browse repository at this point
Copy the full SHA 9693f5eView commit details -
feat: Checked if user has access to image upload functionality
Mayur committedAug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for ec21c65 - Browse repository at this point
Copy the full SHA ec21c65View commit details -
feat: Called checkEvent and provided userEMail
Mayur committedAug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 6614c15 - Browse repository at this point
Copy the full SHA 6614c15View commit details -
feat: Added error message in ERROR_ACCESSING_FEATURE object
Mayur committedAug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 97b446e - Browse repository at this point
Copy the full SHA 97b446eView commit details -
feat: Removed library function call addSelectValidation
Mayur committedAug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for a409fb1 - Browse repository at this point
Copy the full SHA a409fb1View commit details -
feat: Called checkEvent and provided userEmail
Mayur committedAug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for da5bd49 - Browse repository at this point
Copy the full SHA da5bd49View commit details -
feat: Added some message if the user has not access to that particula…
…r feature
Mayur committedAug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for c45ed0d - Browse repository at this point
Copy the full SHA c45ed0dView commit details -
feat: Added method getUserOfProject to populate the user using _userI…
…d and return the Project
Mayur committedAug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 703c6d2 - Browse repository at this point
Copy the full SHA 703c6d2View commit details -
Mayur committed
Aug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 0dd986d - Browse repository at this point
Copy the full SHA 0dd986dView commit details -
feat: Added interface ICheckEvent and used in checkEvent method
Mayur committedAug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 589f5f1 - Browse repository at this point
Copy the full SHA 589f5f1View commit details -
feat: Exported member billablemetriccode.types
Mayur committedAug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 24a8add - Browse repository at this point
Copy the full SHA 24a8addView commit details -
feat: Added enum AVAILABLE_BILLABLEMETRIC_CODE_ENUM
Mayur committedAug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for e50c2b8 - Browse repository at this point
Copy the full SHA e50c2b8View commit details -
feat: Added UserEntity and used it to fetch the email of user
Mayur committedAug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 1c8c813 - Browse repository at this point
Copy the full SHA 1c8c813View commit details -
Mayur committed
Aug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for ce2d6f8 - Browse repository at this point
Copy the full SHA ce2d6f8View commit details -
Mayur committed
Aug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for efa87d7 - Browse repository at this point
Copy the full SHA efa87d7View commit details -
Mayur committed
Aug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for fd94e65 - Browse repository at this point
Copy the full SHA fd94e65View commit details
Commits on Aug 7, 2024
-
feat: Resolved conflicts in ColumnForm component
Mayur committedAug 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 7bb2b86 - Browse repository at this point
Copy the full SHA 7bb2b86View commit details