Skip to content
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/M6 | Templates #460

Open
wants to merge 43 commits into
base: main
Choose a base branch
from
Open

feature/M6 | Templates #460

wants to merge 43 commits into from

Conversation

rrojan
Copy link
Collaborator

@rrojan rrojan commented Dec 4, 2024

All features and improvements related to Templates goes here.

rrojan and others added 5 commits December 3, 2024 14:21
* feat(OUT-1081) : dummy modal revamp for create template

* fix(OUT-1081-re) : design fix on create/edit template modal4
* feat(OUT-1081) : dummy modal revamp for create template

* feat(OUT-1082) : api integration of template creation, attachments handling in templates body and attachments storage location updated'
* feat(OUT-1081) : dummy modal revamp for create template

* fix(OUT-1081-re) : design fix on create/edit template modal4

* fix(OUT-1062): use title instead of removed templateName

* chore(OUT-1062): initialize templates state as undefined for better loading state detection

* chore(OUT-1062): add new template icon

* fix(OUT-1062): prevent flickering issue

* feat(OUT-1062): implement manage page with cards

---------

Co-authored-by: Arpan Dhakal <[email protected]>
Copy link

vercel bot commented Dec 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tasks-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 13, 2024 1:17pm

* fix(OUT-1061) : update modal desgin and functionality verified

* fix(OUT-1061) : confirm delete ui text updated for template delete modal

* fix(OUT-1061) : confirm delete ui text updated for template delete modal, design fixes for confirm delete ui

* fix(OUT-1061) : delete confirmation ui refactored

* fix(OUT-1061) : double quoation on delete confirmation text removed for tempalte deletion

* feat(OUT-1103) : menu to access manage templates page in board and menu options design fixes (#462)

* fix(OUT-1061) : added accented quote for template name in delete confirmation box

* fix(OUT-1061) : update modal desgin and functionality verified

* fix(OUT-1061) : confirm delete ui text updated for template delete modal

* fix(OUT-1061) : confirm delete ui text updated for template delete modal, design fixes for confirm delete ui

* fix(OUT-1061) : delete confirmation ui refactored

* fix(OUT-1061) : double quoation on delete confirmation text removed for tempalte deletion

* fix(OUT-1061) : added accented quote for template name in delete confirmation box
* chore(OUT-1104): add arrow-right icon

* feat(OUT-1104): add support for endOption in selector

* feat(OUT-1104): implement background templates fetcher

* feat(OUT-1104): implement templates selector UI in new task form

* fix(OUT-1104): comment out click mechanism code

* fix(OUT-1104): fix new task close icon issue
* feat(OUT-1102) : Realtime changes update on manage template page for templates

* fix(OUT-1102) : build error fix

* tryfix(OUT-1102) : logs added

* tryfix(OUT-1102) : logs added

* tryfix(OUT-1102) : removed revalidateTags on template api

* tryfix(OUT-1102) : removed unnecessary state update, state update should be done from realTime only

* tryfix(OUT-1102) : removed unnecessary state update, state update should be done from realTime only

* tryfix(OUT-1102) : removed logs and cleanup

* tryfix(OUT-1102) : removed logs and cleanup

* fix(OUT-1102) : applied request code quality changes

* fix(OUT-1102) : applied requested change, tokenPayload checker added

* fix(OUT-1102) : applied requested change, tokenPayload checker added

* fix(OUT-1102) : applied requested change, tokenPayload checker added
rrojan and others added 10 commits December 9, 2024 16:42
* feat(OUT-1081) : dummy modal revamp for create template

* fix(OUT-1081-re) : design fix on create/edit template modal4
* feat(OUT-1081) : dummy modal revamp for create template

* feat(OUT-1082) : api integration of template creation, attachments handling in templates body and attachments storage location updated'
* feat(OUT-1081) : dummy modal revamp for create template

* fix(OUT-1081-re) : design fix on create/edit template modal4

* fix(OUT-1062): use title instead of removed templateName

* chore(OUT-1062): initialize templates state as undefined for better loading state detection

* chore(OUT-1062): add new template icon

* fix(OUT-1062): prevent flickering issue

* feat(OUT-1062): implement manage page with cards

---------

Co-authored-by: Arpan Dhakal <[email protected]>
* fix(OUT-1061) : update modal desgin and functionality verified

* fix(OUT-1061) : confirm delete ui text updated for template delete modal

* fix(OUT-1061) : confirm delete ui text updated for template delete modal, design fixes for confirm delete ui

* fix(OUT-1061) : delete confirmation ui refactored

* fix(OUT-1061) : double quoation on delete confirmation text removed for tempalte deletion

* feat(OUT-1103) : menu to access manage templates page in board and menu options design fixes (#462)

* fix(OUT-1061) : added accented quote for template name in delete confirmation box

* fix(OUT-1061) : update modal desgin and functionality verified

* fix(OUT-1061) : confirm delete ui text updated for template delete modal

* fix(OUT-1061) : confirm delete ui text updated for template delete modal, design fixes for confirm delete ui

* fix(OUT-1061) : delete confirmation ui refactored

* fix(OUT-1061) : double quoation on delete confirmation text removed for tempalte deletion

* fix(OUT-1061) : added accented quote for template name in delete confirmation box
* chore(OUT-1104): add arrow-right icon

* feat(OUT-1104): add support for endOption in selector

* feat(OUT-1104): implement background templates fetcher

* feat(OUT-1104): implement templates selector UI in new task form

* fix(OUT-1104): comment out click mechanism code

* fix(OUT-1104): fix new task close icon issue
* feat(OUT-1102) : Realtime changes update on manage template page for templates

* fix(OUT-1102) : build error fix

* tryfix(OUT-1102) : logs added

* tryfix(OUT-1102) : logs added

* tryfix(OUT-1102) : removed revalidateTags on template api

* tryfix(OUT-1102) : removed unnecessary state update, state update should be done from realTime only

* tryfix(OUT-1102) : removed unnecessary state update, state update should be done from realTime only

* tryfix(OUT-1102) : removed logs and cleanup

* tryfix(OUT-1102) : removed logs and cleanup

* fix(OUT-1102) : applied request code quality changes

* fix(OUT-1102) : applied requested change, tokenPayload checker added

* fix(OUT-1102) : applied requested change, tokenPayload checker added

* fix(OUT-1102) : applied requested change, tokenPayload checker added
…g on a template from dropdown (#466)

* chore(OUT-1105): add JSDOM for markup parsing

* feat(OUT-1105): add support in SupabaseActions to copy attachment

* feat(OUT-1105): implement template replacer in tasks create endpoint

* feat(OUT-1105): add util to replace template signed url with task asset urls

* feat(OUT-1105): implement apply template feature to new task form

* feat: implement signed template apply

* feat(OUT-1105): implement moving attachments

* feat(OUT-1105): disable fields temporarily while attachment is being applied

* refactor(OUT-1105): clean code

* docs(OUT-1105): clarify comments

* chore(OUT-1105): bump tapwrite to 1.1.80

* chore(OUT-1105): upgrade tapwrite version to fix readonly issue
… long template names in menu and manage template button responsiveness (#473)
* fix(OUT-1119): hacky solution to override click event to card vs menu

* fix(OUT-1119): add cursor pointer
…he Manage templates page does not extend all the way (#482)

* fix(OUT-1141) : vertical line in manage templates, spacing on top bar of manage templates and task details

* fix(OUT-1141) :

- create task title in create new task modal added
- Manage templates button aligned with other options in apply templates dropdown.
- Updated error message when template name is missing while creating a new template.
- Fixed status of recently updated template showing up on new template. Cleared activeWorkflowStateId while closing the create template modal.
- Ellipsis hover state always showing on task Details page solved. applied menuxBox exactly like the main page.
- Removed border from the apply template button in task creation modal.
- Delete button text in manage template page kebab menu changed from "Delete" to "Delete template".
- Correct icon TemplateLgIcon used for empty templates page.
- Empty state in templates page text changed to match the one in figma.
- New ellipsis icon added on template card and padding used instead of giving height and width values to the icon container div.
- Changed task creation button name from "New Task" to "Create Task"
* feat(OUT-1117): capture create template response

* feat(OUT-1117): add util to sanitize string for SQL injections

* feat(OUT-1117): add composite unique constraint on title & workspaceId

* feat(OUT-1117): implement appending copy at end of duplicate template titles

* fix(OUT-1117): include workspaceId filter in query
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.

2 participants