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

sync dev to main #627

Merged
merged 4 commits into from
Dec 5, 2023
Merged

sync dev to main #627

merged 4 commits into from
Dec 5, 2023

Conversation

vinayak-trivedi
Copy link
Contributor

@vinayak-trivedi vinayak-trivedi commented Dec 2, 2023

Date: 4 December 2023

Developer Name: @Ajeyakrishna-k @vinayak-trivedi


‼️ Please run the following SUPER USER script before merging to main

var requestOptions = {
  method: 'POST',
  credentials: 'include',
  redirect: 'follow'
};
a = ["add-new-fields","add-count-created-time"].forEach((d) => 
fetch(`https://api.realdevsquad.com/taskRequests/migrations/?action=${d}`, requestOptions)
  .then(response => response.text())
  .then(result => console.log(result))
  .catch(error => console.log('error', error)));

Documentation Updated?

  • Yes
  • No

If your feature adds a new API, then documentation related to the feature like API-Contracts, and Data-models must be updated.

Breaking Changes

  • Yes
  • No

If your feature introduces breaking changes or if something is missing, please mention the related issue tickets.

Development Tested?

  • Yes
  • No

Confirm whether the changes have been tested locally during development.

Tested in Staging?

  • Yes
  • No

Indicate whether the changes have been tested in the staging environment.

Under Feature Flag

  • Yes
  • No

Specify if the changes are currently under a feature flag.

Database Changes

  • Yes
  • No

Ajeyakrishna-k and others added 3 commits November 30, 2023 00:28
)

* feat : adds pagination and integrates pagination api

* fix: failing tests

* refactor: improves accessibility and tests for task requests details
* feat : adds pagination and integrates pagination api

* feat : adds reject button and real time update for status

* fix: failing tests

* chore: remove unnecessary mock data

* chore: minor css fixes
Copy link

cloudflare-workers-and-pages bot commented Dec 2, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: a6434e6
Status: ✅  Deploy successful!
Preview URL: https://4855b05a.dashboard-rds.pages.dev
Branch Preview URL: https://develop.dashboard-rds.pages.dev

View logs

* fix redirection to home page instead of dashboard site on login from dashboard

* changed link component to button
@ankushdharkar ankushdharkar merged commit 412b9c2 into main Dec 5, 2023
6 checks passed
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.

3 participants