skunkworks-crow
skunkworks-crow copied to clipboard
Removed redundant tab
Closes #179
How does this change affect users?
previously received and reviewed tabs showed similar sets of data, the received tab was used to approve forms whereas reviewed tab was used to send reviewed forms. In this work i merged the functionalities of both the tabs into one by making a few changes and removed the redundant reviewed tab, the user can now approve forms as well as send approved forms from received tab.
Before submitting this PR, please make sure you have:
- [ ] run
./gradlew checkCode
and confirmed all checks still pass OR confirm CircleCI build passes - [x] verified that any code or assets from external sources are properly credited in comments and/or in the about file.
@lakshyagupta21 this PR is failing the first test, and i am unable to figure out the problem. will you please look into the matter and review this PR
@sujaykaushik008 Did you run ./gradlew checkCode
before pushing the commit, it looks like pmd check is failing you can run this in your terminal and look at the pmd report generated at the end.
@lakshyagupta21 sir, I did as you said the report says that a number of my files are deprecated and will be removed in PMD 7.0.0 . I have not done any changes in the files mentioned in this report