Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Deleted project visible bug#361

Merged
supriya3105 merged 71 commits intodevelopfrom
deleted-project-visible-bug
May 10, 2022
Merged

Deleted project visible bug#361
supriya3105 merged 71 commits intodevelopfrom
deleted-project-visible-bug

Conversation

@abinashpa
Copy link
Contributor

@abinashpa abinashpa commented May 6, 2022

Notion card

Summary

https://www.loom.com/share/6f20757600f5423dbe1b89e880f46a38

Preview

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to
    not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Checklist:

  • I have manually tested all workflows
  • I have performed a self-review of my own code
  • I have added automated tests for my code

@supriya3105
Copy link
Contributor

@abinashpa The CI Checks are failing for this .

@github-actions
Copy link

github-actions bot commented May 9, 2022

Current Code Coverage Percent of this PR:

95.12 %

Files having coverage below 100%

Impacted Files Coverage
/app/controllers/subscriptions_controller.rb 66.67 %
/app/controllers/invoices_controller.rb 63.64 %
/app/models/client.rb 92.68 %
/app/models/invoice.rb 96.15 %
/app/policies/timezone_policy.rb 66.67 %
/app/policies/subscriptions_policy.rb 66.67 %
/app/services/application_service.rb 66.67 %
/app/controllers/invoices/payments_controller.rb 61.11 %
/app/services/invoice_payment/checkout.rb 43.48 %
/app/controllers/internal_api/v1/timezones_controller.rb 37.5 %
/lib/countries_info.rb 0.0 %

@abinashpa abinashpa added the bug Something isn't working label May 9, 2022
@supriya3105 supriya3105 requested a review from sudeeptarlekar May 9, 2022 15:05
@supriya3105
Copy link
Contributor

@apoorv1316 Please test this @sudeeptarlekar Please review .

@supriya3105
Copy link
Contributor

@abinashpa Lets work on the review comments on priority and close this PR.

@abinashpa abinashpa requested a review from sudeeptarlekar May 10, 2022 15:21
Copy link
Contributor

@sudeeptarlekar sudeeptarlekar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@supriya3105 supriya3105 merged commit 935dbb6 into develop May 10, 2022
@supriya3105 supriya3105 deleted the deleted-project-visible-bug branch May 10, 2022 16:00
@pr-triage pr-triage bot added the PR: merged label May 10, 2022
supriya3105 pushed a commit that referenced this pull request May 12, 2022
* Invoice settings added

* updated default mailer with an env

* Deleted project visible bug (#361)

* checkbox icons added

* checking if project exist

* fixed typo

* spec/models/timesheet_entry_spec.rb updated

* initial commit

* weekly component

* ui refactored

* removed update_project controller

* removed update_project controller

* code refactor

* crashing issue fix

* try catch added in exios request

* code refactor

* DatesInWeek.tsx component added

* minor ui changes

* multiple edit entry bug fixes

* rubocop issue fixed

* removed note validation from rspec

* large client, project name UI fixed

* invoice spec update on invoice.due_date

* fix invoices datacy label typo

fixed root page tests. renamed "invoice-tab" to "invoices-tab"

* migration for note added

* interchange save & cancel button in SelectProject.tsx

* initial commit

* calendar added

* useEffect for dayInfo to entryList

* Akash's changes added

* html entity added

* daily & monthly sync

* total daily hours patch added

* patch added

* patch added

* restored duration validation

* fixed starting day in week

* changed variable names in hhmm-parser.ts

* auto resize textarea added

* default values added

* added functionality in org edit page

* added functionality in org edit page

* Owner or admin can add clients for a company (#126)

* Owner or admin can add clients for a company

* Avoid instance vars in views, pass local vars instead

* Pass local vars to views and toggle new client view display based on validation errors

* Fix UI and support country and timezone

* Configure failure and success messages via locales

* Show total hours logged for each client

* Fix eslint err

* Remove memoization for client

* Keep autofocus only on name

* Refactor client specs

* Bifurcate validations and associations into different describe blocks

* Camelize hash keys when sending to react component

* Use locales for labels

* Extract clients hash merge into a method and split long exp into multiple lines

* Add placeholders for input fields, fix dialog header text and fix locales

* DRY up the styling

* Follow BEM style

* Replace with correct class

* Fix model spec

* Follow BEM style

* Set company_id with other params

* Fix class names

* Move toaster to bottom center with a close button

* Fix robocop issues

* Config modal width as per design

* Fix FactoryBot for client

* conflicts resolved

* revert new changes

* restored client controller

* -5:00 default for crate org page

* default scope added to Client and Project

* added map in client spec

* added map in client spec

* rename variable result to results

* replaced map with match_array

* removed duplicate results

* removed more duplicate results

Co-authored-by: Mohini Dahiya <[email protected]>
Co-authored-by: Apoorv Mishra <[email protected]>

* Invoice settings added

* resolved comments

* disable cypress tests on ci (#374)

Co-authored-by: “Apoorv <“[email protected]”>

* Invoice settings added

* resolved comments

* Invoice settings added

* resolved comments

Co-authored-by: Shruti <[email protected]>
Co-authored-by: Akhil G Krishnan <[email protected]>
Co-authored-by: Abinash <[email protected]>
Co-authored-by: Mohini Dahiya <[email protected]>
Co-authored-by: Apoorv Mishra <[email protected]>
Co-authored-by: Apoorv Tiwari <[email protected]>
Co-authored-by: “Apoorv <“[email protected]”>
@abinashpa abinashpa restored the deleted-project-visible-bug branch June 7, 2022 19:55
@akhilgkrishnan akhilgkrishnan deleted the deleted-project-visible-bug branch September 5, 2023 16:43
vipulnsward pushed a commit that referenced this pull request Feb 15, 2026
* checkbox icons added

* checking if project exist

* fixed typo

* spec/models/timesheet_entry_spec.rb updated

* initial commit

* weekly component

* ui refactored

* removed update_project controller

* removed update_project controller

* code refactor

* crashing issue fix

* try catch added in exios request

* code refactor

* DatesInWeek.tsx component added

* minor ui changes

* multiple edit entry bug fixes

* rubocop issue fixed

* removed note validation from rspec

* large client, project name UI fixed

* invoice spec update on invoice.due_date

* fix invoices datacy label typo

fixed root page tests. renamed "invoice-tab" to "invoices-tab"

* migration for note added

* interchange save & cancel button in SelectProject.tsx

* initial commit

* calendar added

* useEffect for dayInfo to entryList

* Akash's changes added

* html entity added

* daily & monthly sync

* total daily hours patch added

* patch added

* patch added

* restored duration validation

* fixed starting day in week

* changed variable names in hhmm-parser.ts

* auto resize textarea added

* default values added

* added functionality in org edit page

* added functionality in org edit page

* Owner or admin can add clients for a company (#126)

* Owner or admin can add clients for a company

* Avoid instance vars in views, pass local vars instead

* Pass local vars to views and toggle new client view display based on validation errors

* Fix UI and support country and timezone

* Configure failure and success messages via locales

* Show total hours logged for each client

* Fix eslint err

* Remove memoization for client

* Keep autofocus only on name

* Refactor client specs

* Bifurcate validations and associations into different describe blocks

* Camelize hash keys when sending to react component

* Use locales for labels

* Extract clients hash merge into a method and split long exp into multiple lines

* Add placeholders for input fields, fix dialog header text and fix locales

* DRY up the styling

* Follow BEM style

* Replace with correct class

* Fix model spec

* Follow BEM style

* Set company_id with other params

* Fix class names

* Move toaster to bottom center with a close button

* Fix robocop issues

* Config modal width as per design

* Fix FactoryBot for client

* conflicts resolved

* revert new changes

* restored client controller

* -5:00 default for crate org page

* default scope added to Client and Project

* added map in client spec

* added map in client spec

* rename variable result to results

* replaced map with match_array

* removed duplicate results

* removed more duplicate results

Co-authored-by: Mohini Dahiya <[email protected]>
Co-authored-by: Apoorv Mishra <[email protected]>
vipulnsward pushed a commit that referenced this pull request Feb 15, 2026
* Invoice settings added

* updated default mailer with an env

* Deleted project visible bug (#361)

* checkbox icons added

* checking if project exist

* fixed typo

* spec/models/timesheet_entry_spec.rb updated

* initial commit

* weekly component

* ui refactored

* removed update_project controller

* removed update_project controller

* code refactor

* crashing issue fix

* try catch added in exios request

* code refactor

* DatesInWeek.tsx component added

* minor ui changes

* multiple edit entry bug fixes

* rubocop issue fixed

* removed note validation from rspec

* large client, project name UI fixed

* invoice spec update on invoice.due_date

* fix invoices datacy label typo

fixed root page tests. renamed "invoice-tab" to "invoices-tab"

* migration for note added

* interchange save & cancel button in SelectProject.tsx

* initial commit

* calendar added

* useEffect for dayInfo to entryList

* Akash's changes added

* html entity added

* daily & monthly sync

* total daily hours patch added

* patch added

* patch added

* restored duration validation

* fixed starting day in week

* changed variable names in hhmm-parser.ts

* auto resize textarea added

* default values added

* added functionality in org edit page

* added functionality in org edit page

* Owner or admin can add clients for a company (#126)

* Owner or admin can add clients for a company

* Avoid instance vars in views, pass local vars instead

* Pass local vars to views and toggle new client view display based on validation errors

* Fix UI and support country and timezone

* Configure failure and success messages via locales

* Show total hours logged for each client

* Fix eslint err

* Remove memoization for client

* Keep autofocus only on name

* Refactor client specs

* Bifurcate validations and associations into different describe blocks

* Camelize hash keys when sending to react component

* Use locales for labels

* Extract clients hash merge into a method and split long exp into multiple lines

* Add placeholders for input fields, fix dialog header text and fix locales

* DRY up the styling

* Follow BEM style

* Replace with correct class

* Fix model spec

* Follow BEM style

* Set company_id with other params

* Fix class names

* Move toaster to bottom center with a close button

* Fix robocop issues

* Config modal width as per design

* Fix FactoryBot for client

* conflicts resolved

* revert new changes

* restored client controller

* -5:00 default for crate org page

* default scope added to Client and Project

* added map in client spec

* added map in client spec

* rename variable result to results

* replaced map with match_array

* removed duplicate results

* removed more duplicate results

Co-authored-by: Mohini Dahiya <[email protected]>
Co-authored-by: Apoorv Mishra <[email protected]>

* Invoice settings added

* resolved comments

* disable cypress tests on ci (#374)

Co-authored-by: “Apoorv <“[email protected]”>

* Invoice settings added

* resolved comments

* Invoice settings added

* resolved comments

Co-authored-by: Shruti <[email protected]>
Co-authored-by: Akhil G Krishnan <[email protected]>
Co-authored-by: Abinash <[email protected]>
Co-authored-by: Mohini Dahiya <[email protected]>
Co-authored-by: Apoorv Mishra <[email protected]>
Co-authored-by: Apoorv Tiwari <[email protected]>
Co-authored-by: “Apoorv <“[email protected]”>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants