Don Shin
Don Shin
These are the steps I've followed: 1 brew install ruby-build 2 brew install rbenv 3 rbenv init 4 echo 'eval "$(rbenv init -)"' >> ~/.zshrc 5 brew upgrade ruby-build 6...
Improvement to the previous pull request . Add error handling more more PDF logic ## Related issue(s) Related to attachment splitter PR. https://github.com/department-of-veterans-affairs/vets-api/pull/15672 ## Testing done - [x ] *New...
## Summary This PR adds attachment_id to the S3 PutObject metadata for DOCMP PEGA S3 Bucket. Each attachment will now have a corresponding "attachment_id" in their metadata. (see attached). If...
## Summary For the IVC Champva application to communication with DOCMP PEGA systems, we need to create a callback API. This will need a small lightweight database to record status...
## Summary This PR is to fix a bug that was created during the migration from simple_forms folder to the ivc_champva folder. Some variables were not changed. Related to: https://github.com/department-of-veterans-affairs/vets-api/pull/16091/files...
## Summary This pull request introduces the initial implementation of Swagger documentation for the IVC CHAMPA forms API. We are collaborating with the DOCMP PEGA team to integrate our API...
## Summary This repository contains the implementation of the PegaTable model in Ruby on Rails. The PegaTable model is designed to represent data related to a Pega table in a...
Related to frontend: https://app.zenhub.com/workspaces/ivc-forms-652da2d3f0ae4c0016bfb109/issues/gh/department-of-veterans-affairs/va.gov-team/91216 As a Pega Backend analyst, I need to determine if any applicants in the form are over 65, we can introduce a boolean flag named hasApplicantOver65....
## Summary feat: Ensure unique template file names and fix file path issues - Updated `generate` method to construct `generated_form_path` and `stamped_template_path` using `Rails.root.join` for better path handling. - Added...
## Summary - Added retry logic for file uploads when a specific error is detected. - If the `statuses` array contains a "No such file or directory @ rb_sysopen" error...