Skip to content

Conversation

@marcbon
Copy link
Collaborator

@marcbon marcbon commented May 29, 2024

No description provided.

cannarocks and others added 30 commits May 3, 2024 17:51
🔧 chore(schema.ts): fix typo in path name '/campaigns/{cid}/bugTypes'
🔧 chore(schema.ts): fix typo in path name '/campaigns/{cid}/bugs/{bid}'
🔧 chore(schema.ts): fix typo in path name '/campaigns/{cid}/bugs/{bid}/comments'
🔧 chore(schema.ts): fix typo in path name '/campaigns/{cid}/bugs/{bid}/comments/{cmid}'
🔧 chore(schema.ts): fix typo in path name '/campaigns/{cid}/custom_statuses'
🔧 chore(schema.ts): fix typo in path name '/campaigns/{cid}/devices'
🔧 chore(schema.ts): fix typo in path name '/campaigns/{cid}/findings/{fid}'
🔧 chore(schema.ts): fix typo in path name '/campaigns/{cid}/meta'

🔧 refactor(schema.ts): update paths for video tags and video endpoints
🔧 refactor(schema.ts): update paths for widgets and projects endpoints
🔧 refactor(schema.ts): update paths for users, templates, and preferences endpoints
🔧 refactor(schema.ts): update paths for observations, workspaces, and coins endpoints
🔧 refactor(schema.ts): update paths for projects, campaigns, and users endpoints

🔨 refactor(schema.ts): update object keys to use double quotes instead of single quotes
🔧 chore(schema.ts): add new schema definitions for PaginationData and Video
🚀 feat(schema.ts): add new schema definitions for BugType and Video comments
🔧 chore(schema.ts): fix typo in operation name 'get-campaigns-cid-bug-types' to 'get-campaigns-cid-bugs'

🔧 fix(schema.ts): rename 'get-campaigns-bug-siblings' to 'get-campaigns-cid-bugs-bid-comments'
🔧 fix(schema.ts): update schema for 'get-campaigns-cid-bugs-bid-comments'
🔧 fix(schema.ts): add schema for 'post-campaigns-cid-bugs-bid-comments'
🔧 fix(schema.ts): add schema for 'delete-campaigns-cid-bugs-bid-comments-cmid'
🔧 fix(schema.ts): update schema for 'get-campaigns-cid-meta'
🔧 fix(schema.ts): update schema for 'get-campaigns-cid-os'
🔧 fix(schema.ts): update schema for 'get-campaigns-cid-priorities'
🔧 fix(schema.ts): update schema for 'get-campaigns-replicabilities'
🔧 fix(schema.ts): update schema for 'get-campaign

🔧 fix(schema.ts): change single quotes to double quotes for consistency
🔧 fix(schema.ts): change property names to use double quotes for consistency
🔧 fix(schema.ts): change property names to use double quotes for consistency
🔧 fix(schema.ts): change property names to use double quotes for consistency
🔧 fix(schema.ts): change property names to use double quotes for consistency
🔧 fix(schema.ts): change property names to use double quotes for consistency
🔧 fix(schema.ts): change property names to use double quotes for consistency
🔧 fix(schema.ts): change property names to use double quotes for consistency
🔧 fix(schema.ts): change property names to use double quotes for consistency
🔧 fix(schema.ts): change property names to use double quotes for consistency
🔧 fix(schema.ts): change property names to use double quotes for consistency
🔧 fix(schema.ts): change property names

🔨 refactor(schema.ts): update all single quotes to double quotes for consistency
🔧 chore(schema.ts): fix typo in 'get-users-me' endpoint, rename to 'get-users-me-preferences'
🚀 feat(schema.ts): add new endpoint 'put-users-me-preferences-prefid' for updating user preferences
🔒 chore(schema.ts): improve consistency in parameter naming and structure for various endpoints
📝 docs(schema.ts): add descriptions for each endpoint in the schema file

🔨 refactor(schema.ts): change single quotes to double quotes for consistency

🚀 feat(api): add new endpoints for fetching and manipulating campaign data
🔧 fix(api): remove duplicate endpoint definitions for bug types and comments

🚀 feat(api): add new types BugComment, Video, PaginationData, UserPreference
🔧 chore(api): reorganize imports and remove duplicate type definitions
🔧 chore(schema.ts): rename '/campaigns/{cid}/priorities' to '/campaigns/{cid}/observations'
🔧 chore(schema.ts): update '/campaigns/{cid}/replicabilities' to return accepted replicabilities
🔧 chore(schema.ts): update '/campaigns/{cid}/reports' to return available reports
🔧 chore(schema.ts): update '/campaigns/{cid}/severities' to return severities
🔧 chore(schema.ts): update '/campaigns/{cid}/tags' to return tags
🔧 chore(schema.ts): update '/campaigns/{cid}/usecases' to return usecases
🔧 chore(schema.ts): update '/campaigns/{cid}/users' to return users and manage them
🔧 chore(schema.ts): update '/campaigns/{cid}/ux' to return user experience data

🔨 refactor(schema.ts): change all single quotes to double quotes for consistency
🔧 chore(schema.ts): fix indentation and formatting issues in schema.ts

🔨 refactor(schema.ts): update string quotes to use double quotes consistently
🔧 chore(schema.ts): add Observation and VideoTag interfaces to components section

🔨 refactor(schema.ts): change all single quotes to double quotes for consistency
🔧 chore(schema.ts): fix typo in 'delete-campaigns-cid-custom_statuses' endpoint
🚀 feat(schema.ts): add 'get-campaigns-cid-observations' endpoint for campaign info
🔍 chore(schema.ts): fix typo in 'get-campaigns-cid-usecases' endpoint naming

🔨 refactor(schema.ts): change single quotes to double quotes for consistency
🔨 refactor(schema.ts): change 'color' property to 'style' in tags interface
🔨 refactor(schema.ts): change 'all' string to double quotes in video interface
🔨 refactor(schema.ts): change 'get-campaigns-cid-ux' to use double quotes
🔨 refactor(schema.ts): change 'get-campaigns-cid-video-tags' to use double quotes
🔨 refactor(schema.ts): change 'post-campaigns-cid-video-tags' to use double quotes
🔨 refactor(schema.ts): change 'get-campaigns-cid-video' to use double quotes
🔨 refactor(schema.ts): change 'get-campaigns-cid-widgets-wslug' to use double quotes
🔨 refactor(schema.ts): change 'get-media-id' to use double quotes
🔨 refactor(schema.ts): change

🔨 refactor(schema.ts): change single quotes to double quotes for consistency
🔨 refactor(schema.ts): update object keys to use double quotes for consistency

🔨 refactor(schema.ts): change single quotes to double quotes for consistency in schema keys

🚀 feat(api): add new queries and mutations for video observations
🔧 fix(api): update video tag style property to match backend API
🔧 fix(api): update video tag color property to style in GetCampaignsByCidVideoTagsApiResponse
…onsistency

🚀 feat(schema.ts): add new endpoint for uploading media in bug comments
🔥 chore(schema.ts): remove unused endpoint for bug comments deletion

🔧 fix(schema.ts): change all single quotes to double quotes for consistency
🔧 fix(schema.ts): update object keys to use double quotes for consistency

🔧 refactor(schema.ts): change enum string quotes to double quotes
🔧 refactor(schema.ts): change enum string quotes to double quotes in device_type
🔧 refactor(schema.ts): change enum string quotes to double quotes in locale
🔧 refactor(schema.ts): change enum string quotes to double quotes in type
🔧 refactor(schema.ts): change enum string quotes to double quotes in kind
🔧 refactor(schema.ts): change enum string quotes to double quotes in wslug
🔧 refactor(schema.ts): change enum string quotes to double quotes in kind
🔧 refactor(schema.ts): change enum string quotes to double quotes in kind
🔧 refactor(schema.ts): change enum string quotes to double quotes in kind
🔧 refactor(schema.ts): change enum string quotes to double quotes in kind
🔧 refactor(schema.ts): change enum string quotes to double quotes in kind
🔧 refactor(schema.ts): change enum

🔧 refactor(schema.ts): change single quotes to double quotes for consistency
🔧 refactor(schema.ts): change single quotes to double quotes for consistency

🔨 refactor(schema.ts): change single quotes to double quotes for consistency
🔨 refactor(schema.ts): change object key access quotes to double quotes for consistency

🔨 refactor(schema.ts): change single quotes to double quotes for consistency
🔨 refactor(schema.ts): change object key quotes to double quotes for consistency

🔨 refactor(schema.ts): change single quotes to double quotes for consistency
🔨 refactor(schema.ts): change single quotes to double quotes for consistency

🔧 refactor(schema.ts): change single quotes to double quotes for consistency

🔧 fix(api): add support for 'VideoTags' in apiSlice
🚀 feat(api): add endpoints for 'getCampaignsByCidVideoTags' and 'postCampaignsByCidVideoTags'
🔧 fix(api): add mutation for 'postCampaignsByCidBugsAndBidMedia'
🔧 fix(api): update types for 'PostCampaignsByCidBugsAndBidMediaApiResponse' and 'PostCampaignsByCidBugsAndBidMediaApiArg'
🔧 fix(api): update types for 'BugComment' to include 'media' field
🚀 feat(api): add 'usePostCampaignsByCidBugsAndBidMediaMutation' hook
🚀 feat(Video): add 'usePostCampaignsByCidVideoTagsMutation' hook to ObservationForm
…ceholder

🌐 feat(translation.json): add new translations for transcript empty state and search placeholder
…sign-system

🔥 chore(useClickOutside.ts): remove unused useClickOutside hook
…cessary before pseudo-element styling

🔧 chore(Observation.tsx): import getColorWithAlpha function for tag background color styling
background color with alpha
🔧 fix(ObservationForm.tsx): refactor RadioTag component to include
background color with alpha and margin styling
…ghted tags

🔧 fix(Transcript.tsx): adjust handleSelection to only trigger on selecting text
🔧 chore(Player.tsx): update handleBookmarksUpdate function to include console log
…glish and Italian

🚀 feat(Player, Transcript): add onClick event to open accordion and set isSelecting to false
…ield

🔄 refactor(ObservationForm.tsx): add rows attribute to Textarea and notes field
🔧 refactor(Transcript.tsx): improve styling for tag group 'severity'
…eThumbnail

🔨 refactor(Player.tsx): remove unused imports and useEffect from Player component
🔧 refactor(Player.tsx): pause video playback before setting open accordion
🔧 chore(Transcript.tsx): add cleanup function to remove event listener
marcbon and others added 24 commits May 28, 2024 17:31
refactor: Improve logic for setting button position based on selection in Transcript.tsx
🚀 feat(Actions.tsx): implement functionality to handle export action on button click
🔨 refactor(Transcript.tsx): refactor tooltipContent to display multiple tags in Transcript
…-multi-layers

🐛 fix(Actions.tsx): correct typo in action type 'ug_generate_reasearch_report' to 'ug_generate_research_report'
…ssages

🚀 feat(Actions.tsx): add toast notifications for export success and error
🔧 fix(Metas.tsx): add missing imports for Button, useToast, Notification
🔧 fix(Metas.tsx): add missing imports for DownloadIcon, queryString, useParams
marcbon and others added 2 commits May 29, 2024 14:59
🔧 refactor(Metas.tsx): restructure SeveritiesMetaContainer and add StyledPipe
@sinatragianpaolo sinatragianpaolo merged commit 84e3b98 into master May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants