Conversation
dcoder13
added a commit
that referenced
this pull request
Mar 25, 2025
* Added API folder in iwdModuleV2 * Added endpoints in API folder in iwdModuleV2 * Added additional endpoints in API folder in iwdModuleV2 * fix[api] : fetchdesignation, requestview * fix : view file endpoint * minor updates while updating the issue-work-order table (#4) * minor changes (#5) * minor changes * minor changes * approve/reject and view file * fix: work order * Minor changes in addBudget and editBudget endpoints (#6) * fix : serializer * modified views related to audit document view (#7) * Added API folder in iwdModuleV2 * modified views related to audit document view * fixed apis * fix: serializer overriding requestCreatedBdBy value * fix: serializer overriding requestCreatedBdBy value * fix api * chore: made handlers consistent * major fixes * fix: handle dean process request file attachment upload * fix : forward file * Basic proposal system implemented (#8) * Basic proposal system implemented * Added a separate Items model and updated ProposalSerializer * Updated BE * Removed migrations * Minor changes * Update models.py * Update models.py --------- Co-authored-by: Divyansh Bisht <115489768+dcoder13@users.noreply.github.com> * fix : migrations * chore : aded proposal endpoint * get_proposal * fixed create_proposal function * Updated handle_update_requests and create_proposal endpoints * Minor cleanup * Updated handle_update_requests and create_proposal endpoints (#11) * Updated handle_update_requests and create_proposal endpoints * Minor cleanup * fix: request_id fetch (#12) * Added get_items endpoint * fixed all proposal related apis * fix: migrations * fix: DB cleaning * fix: request status api * fix : migrations mismatch --------- Co-authored-by: Bhargavzz <vishnubhargavsitra@gmail.com> Co-authored-by: Abhijeet <pabhijeet349@gmail.com> Co-authored-by: dotniiko <115548274+dotniiko@users.noreply.github.com> Co-authored-by: Dhruv Ratmele <129955117+Somgester@users.noreply.github.com> Co-authored-by: Abhijeet Patil <133658873+abhiJeetP10@users.noreply.github.com> Co-authored-by: Bhargavzz <133690080+Bhargavzz@users.noreply.github.com> Co-authored-by: Himanshu <dtniiko120@gmail.com> Co-authored-by: Somgester <dhruvratmele13@gmail.com>
dcoder13
added a commit
that referenced
this pull request
Mar 25, 2025
* Added API folder in iwdModuleV2 * Added endpoints in API folder in iwdModuleV2 * Added additional endpoints in API folder in iwdModuleV2 * fix[api] : fetchdesignation, requestview * fix : view file endpoint * minor updates while updating the issue-work-order table (#4) * minor changes (#5) * minor changes * minor changes * approve/reject and view file * fix: work order * Minor changes in addBudget and editBudget endpoints (#6) * fix : serializer * modified views related to audit document view (#7) * Added API folder in iwdModuleV2 * modified views related to audit document view * fixed apis * fix: serializer overriding requestCreatedBdBy value * fix: serializer overriding requestCreatedBdBy value * fix api * chore: made handlers consistent * major fixes * fix: handle dean process request file attachment upload * fix : forward file * Basic proposal system implemented (#8) * Basic proposal system implemented * Added a separate Items model and updated ProposalSerializer * Updated BE * Removed migrations * Minor changes * Update models.py * Update models.py --------- Co-authored-by: Divyansh Bisht <115489768+dcoder13@users.noreply.github.com> * fix : migrations * chore : aded proposal endpoint * get_proposal * fixed create_proposal function * Updated handle_update_requests and create_proposal endpoints * Minor cleanup * Updated handle_update_requests and create_proposal endpoints (#11) * Updated handle_update_requests and create_proposal endpoints * Minor cleanup * fix: request_id fetch (#12) * Added get_items endpoint * fixed all proposal related apis * fix: migrations * fix: DB cleaning * fix: request status api * fix : migrations mismatch * fix: migrations issue --------- Co-authored-by: Bhargavzz <vishnubhargavsitra@gmail.com> Co-authored-by: Abhijeet <pabhijeet349@gmail.com> Co-authored-by: dotniiko <115548274+dotniiko@users.noreply.github.com> Co-authored-by: Dhruv Ratmele <129955117+Somgester@users.noreply.github.com> Co-authored-by: Abhijeet Patil <133658873+abhiJeetP10@users.noreply.github.com> Co-authored-by: Bhargavzz <133690080+Bhargavzz@users.noreply.github.com> Co-authored-by: Himanshu <dtniiko120@gmail.com> Co-authored-by: Somgester <dhruvratmele13@gmail.com>
dcoder13
added a commit
that referenced
this pull request
Mar 25, 2025
* Added API folder in iwdModuleV2 * Added endpoints in API folder in iwdModuleV2 * Added additional endpoints in API folder in iwdModuleV2 * fix[api] : fetchdesignation, requestview * fix : view file endpoint * minor updates while updating the issue-work-order table (#4) * minor changes (#5) * minor changes * minor changes * approve/reject and view file * fix: work order * Minor changes in addBudget and editBudget endpoints (#6) * fix : serializer * modified views related to audit document view (#7) * Added API folder in iwdModuleV2 * modified views related to audit document view * fixed apis * fix: serializer overriding requestCreatedBdBy value * fix: serializer overriding requestCreatedBdBy value * fix api * chore: made handlers consistent * major fixes * fix: handle dean process request file attachment upload * fix : forward file * Basic proposal system implemented (#8) * Basic proposal system implemented * Added a separate Items model and updated ProposalSerializer * Updated BE * Removed migrations * Minor changes * Update models.py * Update models.py --------- Co-authored-by: Divyansh Bisht <115489768+dcoder13@users.noreply.github.com> * fix : migrations * chore : aded proposal endpoint * get_proposal * fixed create_proposal function * Updated handle_update_requests and create_proposal endpoints * Minor cleanup * Updated handle_update_requests and create_proposal endpoints (#11) * Updated handle_update_requests and create_proposal endpoints * Minor cleanup * fix: request_id fetch (#12) * Added get_items endpoint * fixed all proposal related apis * fix: migrations * fix: DB cleaning * fix: request status api * fix : migrations mismatch * fix: migrations issue * fix : request fetch error --------- Co-authored-by: Bhargavzz <vishnubhargavsitra@gmail.com> Co-authored-by: Abhijeet <pabhijeet349@gmail.com> Co-authored-by: dotniiko <115548274+dotniiko@users.noreply.github.com> Co-authored-by: Dhruv Ratmele <129955117+Somgester@users.noreply.github.com> Co-authored-by: Abhijeet Patil <133658873+abhiJeetP10@users.noreply.github.com> Co-authored-by: Bhargavzz <133690080+Bhargavzz@users.noreply.github.com> Co-authored-by: Himanshu <dtniiko120@gmail.com> Co-authored-by: Somgester <dhruvratmele13@gmail.com>
dcoder13
added a commit
that referenced
this pull request
Mar 31, 2025
* Added API folder in iwdModuleV2 * Added endpoints in API folder in iwdModuleV2 * Added additional endpoints in API folder in iwdModuleV2 * fix[api] : fetchdesignation, requestview * fix : view file endpoint * minor updates while updating the issue-work-order table (#4) * minor changes (#5) * minor changes * minor changes * approve/reject and view file * fix: work order * Minor changes in addBudget and editBudget endpoints (#6) * fix : serializer * modified views related to audit document view (#7) * Added API folder in iwdModuleV2 * modified views related to audit document view * fixed apis * fix: serializer overriding requestCreatedBdBy value * fix: serializer overriding requestCreatedBdBy value * fix api * chore: made handlers consistent * major fixes * fix: handle dean process request file attachment upload * fix : forward file * Basic proposal system implemented (#8) * Basic proposal system implemented * Added a separate Items model and updated ProposalSerializer * Updated BE * Removed migrations * Minor changes * Update models.py * Update models.py --------- Co-authored-by: Divyansh Bisht <115489768+dcoder13@users.noreply.github.com> * fix : migrations * chore : aded proposal endpoint * get_proposal * fixed create_proposal function * Updated handle_update_requests and create_proposal endpoints * Minor cleanup * Updated handle_update_requests and create_proposal endpoints (#11) * Updated handle_update_requests and create_proposal endpoints * Minor cleanup * fix: request_id fetch (#12) * Added get_items endpoint * fixed all proposal related apis * fix: migrations * fix: DB cleaning * fix: request status api * fix : migrations mismatch * fix: migrations issue * fix : request fetch error * fix : request error --------- Co-authored-by: Bhargavzz <vishnubhargavsitra@gmail.com> Co-authored-by: Abhijeet <pabhijeet349@gmail.com> Co-authored-by: dotniiko <115548274+dotniiko@users.noreply.github.com> Co-authored-by: Dhruv Ratmele <129955117+Somgester@users.noreply.github.com> Co-authored-by: Abhijeet Patil <133658873+abhiJeetP10@users.noreply.github.com> Co-authored-by: Bhargavzz <133690080+Bhargavzz@users.noreply.github.com> Co-authored-by: Himanshu <dtniiko120@gmail.com> Co-authored-by: Somgester <dhruvratmele13@gmail.com>
dcoder13
added a commit
that referenced
this pull request
Mar 31, 2025
* Added API folder in iwdModuleV2 * Added endpoints in API folder in iwdModuleV2 * Added additional endpoints in API folder in iwdModuleV2 * fix[api] : fetchdesignation, requestview * fix : view file endpoint * minor updates while updating the issue-work-order table (#4) * minor changes (#5) * minor changes * minor changes * approve/reject and view file * fix: work order * Minor changes in addBudget and editBudget endpoints (#6) * fix : serializer * modified views related to audit document view (#7) * Added API folder in iwdModuleV2 * modified views related to audit document view * fixed apis * fix: serializer overriding requestCreatedBdBy value * fix: serializer overriding requestCreatedBdBy value * fix api * chore: made handlers consistent * major fixes * fix: handle dean process request file attachment upload * fix : forward file * Basic proposal system implemented (#8) * Basic proposal system implemented * Added a separate Items model and updated ProposalSerializer * Updated BE * Removed migrations * Minor changes * Update models.py * Update models.py --------- Co-authored-by: Divyansh Bisht <115489768+dcoder13@users.noreply.github.com> * fix : migrations * chore : aded proposal endpoint * get_proposal * fixed create_proposal function * Updated handle_update_requests and create_proposal endpoints * Minor cleanup * Updated handle_update_requests and create_proposal endpoints (#11) * Updated handle_update_requests and create_proposal endpoints * Minor cleanup * fix: request_id fetch (#12) * Added get_items endpoint * fixed all proposal related apis * fix: migrations * fix: DB cleaning * fix: request status api * fix : migrations mismatch * fix: migrations issue * fix : request fetch error * fix : request error * Updated approval process (#14) * active proposal and code optimization --------- Co-authored-by: Bhargavzz <vishnubhargavsitra@gmail.com> Co-authored-by: Abhijeet <pabhijeet349@gmail.com> Co-authored-by: dotniiko <115548274+dotniiko@users.noreply.github.com> Co-authored-by: Dhruv Ratmele <129955117+Somgester@users.noreply.github.com> Co-authored-by: Abhijeet Patil <133658873+abhiJeetP10@users.noreply.github.com> Co-authored-by: Bhargavzz <133690080+Bhargavzz@users.noreply.github.com> Co-authored-by: Himanshu <dtniiko120@gmail.com> Co-authored-by: Somgester <dhruvratmele13@gmail.com>
dcoder13
added a commit
that referenced
this pull request
Apr 15, 2025
* Added API folder in iwdModuleV2 * Added endpoints in API folder in iwdModuleV2 * Added additional endpoints in API folder in iwdModuleV2 * fix[api] : fetchdesignation, requestview * fix : view file endpoint * minor updates while updating the issue-work-order table (#4) * minor changes (#5) * minor changes * minor changes * approve/reject and view file * fix: work order * Minor changes in addBudget and editBudget endpoints (#6) * fix : serializer * modified views related to audit document view (#7) * Added API folder in iwdModuleV2 * modified views related to audit document view * fixed apis * fix: serializer overriding requestCreatedBdBy value * fix: serializer overriding requestCreatedBdBy value * fix api * chore: made handlers consistent * major fixes * fix: handle dean process request file attachment upload * fix : forward file * Basic proposal system implemented (#8) * Basic proposal system implemented * Added a separate Items model and updated ProposalSerializer * Updated BE * Removed migrations * Minor changes * Update models.py * Update models.py --------- Co-authored-by: Divyansh Bisht <115489768+dcoder13@users.noreply.github.com> * fix : migrations * chore : aded proposal endpoint * get_proposal * fixed create_proposal function * Updated handle_update_requests and create_proposal endpoints * Minor cleanup * Updated handle_update_requests and create_proposal endpoints (#11) * Updated handle_update_requests and create_proposal endpoints * Minor cleanup * fix: request_id fetch (#12) * Added get_items endpoint * fixed all proposal related apis * fix: migrations * fix: DB cleaning * fix: request status api * fix : migrations mismatch * fix: migrations issue * fix : request fetch error * fix : request error * Updated approval process (#14) * active proposal and code optimization * fix: serializer issue --------- Co-authored-by: Bhargavzz <vishnubhargavsitra@gmail.com> Co-authored-by: Abhijeet <pabhijeet349@gmail.com> Co-authored-by: dotniiko <115548274+dotniiko@users.noreply.github.com> Co-authored-by: Dhruv Ratmele <129955117+Somgester@users.noreply.github.com> Co-authored-by: Abhijeet Patil <133658873+abhiJeetP10@users.noreply.github.com> Co-authored-by: Bhargavzz <133690080+Bhargavzz@users.noreply.github.com> Co-authored-by: Himanshu <dtniiko120@gmail.com> Co-authored-by: Somgester <dhruvratmele13@gmail.com>
dcoder13
added a commit
that referenced
this pull request
May 2, 2025
* Added API folder in iwdModuleV2 * Added endpoints in API folder in iwdModuleV2 * Added additional endpoints in API folder in iwdModuleV2 * fix[api] : fetchdesignation, requestview * fix : view file endpoint * minor updates while updating the issue-work-order table (#4) * minor changes (#5) * minor changes * minor changes * approve/reject and view file * fix: work order * Minor changes in addBudget and editBudget endpoints (#6) * fix : serializer * modified views related to audit document view (#7) * Added API folder in iwdModuleV2 * modified views related to audit document view * fixed apis * fix: serializer overriding requestCreatedBdBy value * fix: serializer overriding requestCreatedBdBy value * fix api * chore: made handlers consistent * major fixes * fix: handle dean process request file attachment upload * fix : forward file * Basic proposal system implemented (#8) * Basic proposal system implemented * Added a separate Items model and updated ProposalSerializer * Updated BE * Removed migrations * Minor changes * Update models.py * Update models.py --------- Co-authored-by: Divyansh Bisht <115489768+dcoder13@users.noreply.github.com> * fix : migrations * chore : aded proposal endpoint * get_proposal * fixed create_proposal function * Updated handle_update_requests and create_proposal endpoints * Minor cleanup * Updated handle_update_requests and create_proposal endpoints (#11) * Updated handle_update_requests and create_proposal endpoints * Minor cleanup * fix: request_id fetch (#12) * Added get_items endpoint * fixed all proposal related apis * fix: migrations * fix: DB cleaning * fix: request status api * fix : migrations mismatch * fix: migrations issue * fix : request fetch error * fix : request error * Updated approval process (#14) * active proposal and code optimization * fix: serializer issue * Updated request rejection and updation process (#15) * major bug fixes --------- Co-authored-by: Bhargavzz <vishnubhargavsitra@gmail.com> Co-authored-by: Abhijeet <pabhijeet349@gmail.com> Co-authored-by: dotniiko <115548274+dotniiko@users.noreply.github.com> Co-authored-by: Dhruv Ratmele <129955117+Somgester@users.noreply.github.com> Co-authored-by: Abhijeet Patil <133658873+abhiJeetP10@users.noreply.github.com> Co-authored-by: Bhargavzz <133690080+Bhargavzz@users.noreply.github.com> Co-authored-by: Himanshu <dtniiko120@gmail.com> Co-authored-by: Somgester <dhruvratmele13@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue that this pull request solves
Closes: # (issue number)
Proposed changes
Brief description of what is fixed or changed
Types of changes
Put an
xin the boxes that applyChecklist
Put an
xin the boxes that applyScreenshots
Please attach the screenshots of the changes made in case of change in user interface
Other information
Any other information that is important to this pull request