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

Update code to use pdb and pdbRedo databases #80

Merged
merged 1 commit into from
Jan 10, 2024
Merged

Commits on Jan 10, 2024

  1. Update code to use pdb and pdbRedo databases

    The code is modified to fetch and display data from both 'pdb' and 'pdbRedo' databases. To achieve this, new variables are defined to store the results from each database and fetch operations are carried out separately for each URL. This allows for a more robust display of data in cases where an entry is not found in one database but exists in the other. Also standardize the accessor names to camelCase in 'Constants.tsx' file.
    Dialpuri committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    2b8665b View commit details
    Browse the repository at this point in the history