From de80da0fa8c28167b22b317cda77708c47def986 Mon Sep 17 00:00:00 2001 From: Squid Date: Tue, 15 Aug 2023 13:30:34 -0700 Subject: [PATCH] Resolve doc conflict #65 (#67) * Release 1.0.0 (#45) * Implement Staff Add/Update Functions (#2) * Allow for multiple SuccessStatusCode * Implement Add-AeriesStaff * Implement Edit-AeriesStaff * Features/3 (#6) * Create CODE_OF_CONDUCT.md * Update README.md Added "Contributor Covenant" badge * Update CONTRIBUTING.md * Update CONTRIBUTING.md * Update CONTRIBUTING.md * Fix incorrect parameter validation #21 (#22) * Initial implementation of SendAlert endpoint (#23) * Fix #25 (#26) * Add/Edit/Remove Contacts Implemented (#24) * Implement Add-AeriesContact * Remove printing of the body sent for Add-AeriesContact * Implement Edit-AeriesContact * Fix typo in example text * Implement Remove-AeriesContact * Add support for ShouldProcess to allow -WhatIf * Update CONTRIBUTING.md (#28) Fixed Contributor Code of Conduct link * Features/9 (#32) * Create Add-AeriesActivity * Create Edit-AeriesActivity * Create Remove-AeriesActivity * Features/10 (#33) * Create Add-AeriesAuthorizations * Add Edit-AeriesAuthorization * Add Remove-AeriesAuthorization * features/12 (#34) * Add Edit-AeriesStudentTest * Add 201 as a success status code * Implement Create/Update/Delete for Staff Assignments (#35) * Implement Add-AeriesStaffAssignment * Implement Edit-AeriesStaffAssignment * Implement Remove-AeriesStaffAssignment * Implement Create/Update Gradebook Assignment Information (#36) * Implement Add-AeriesGradebookAssignment * Implement Edit-AeriesGradebookAssignment * Implement Edit-AeriesGradebookAssignmentScore (#37) * Implement Create/Update/Delete Student Course Requests (#39) * Implement Add-AeriesCourseRequest * Implement Edit-AeriesCourseRequest * Implement Remove-AeriesCourseRequest * Implement Create/Update/Delete Alternate Course Requests (#40) * Implement Add-AeriesAlternateCourseRequest * Implement Edit-AeriesAlternateCourseRequest * Implement Remove-AeriesAlternateCourseRequest * Implement Edit-AeriesSchoolSupplemental (#42) * Implement Create/Update/Delete Scheduling Master Schedule (SMS) (#43) * Basic structure for Add-AeriesSchedulingSection * Basic structure for Edit-AeriesSchedulingSection * Implement Remove-AeriesSchedulingSection * Implement DELETE SchedulingSection * Wrote out parameters for function, next is implementation * Simplify by doing our own check for UsingSectionStaff * Create class for SectionStaffMembers * Add ScriptsToProcess to register the Class as valid * Finalize Add-AeriesSchedulingSection * Finalize Edit-AeriesSchedulingSection * Add new functions to be exported and visible with help commands (#44) * Add new functions to be exported and visible with help commands * This will be ready to go after #15 #43 Co-authored-by: James Lancaster <20194126+jameslancaster@users.noreply.github.com> Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com> * PS Gallery Published changes (#49) * Implement Staff Add/Update Functions (#2) * Allow for multiple SuccessStatusCode * Implement Add-AeriesStaff * Implement Edit-AeriesStaff * Features/3 (#6) * Create CODE_OF_CONDUCT.md * Update README.md Added "Contributor Covenant" badge * Update CONTRIBUTING.md * Update CONTRIBUTING.md * Update CONTRIBUTING.md * Fix incorrect parameter validation #21 (#22) * Initial implementation of SendAlert endpoint (#23) * Fix #25 (#26) * Add/Edit/Remove Contacts Implemented (#24) * Implement Add-AeriesContact * Remove printing of the body sent for Add-AeriesContact * Implement Edit-AeriesContact * Fix typo in example text * Implement Remove-AeriesContact * Add support for ShouldProcess to allow -WhatIf * Update CONTRIBUTING.md (#28) Fixed Contributor Code of Conduct link * Features/9 (#32) * Create Add-AeriesActivity * Create Edit-AeriesActivity * Create Remove-AeriesActivity * Features/10 (#33) * Create Add-AeriesAuthorizations * Add Edit-AeriesAuthorization * Add Remove-AeriesAuthorization * features/12 (#34) * Add Edit-AeriesStudentTest * Add 201 as a success status code * Implement Create/Update/Delete for Staff Assignments (#35) * Implement Add-AeriesStaffAssignment * Implement Edit-AeriesStaffAssignment * Implement Remove-AeriesStaffAssignment * Implement Create/Update Gradebook Assignment Information (#36) * Implement Add-AeriesGradebookAssignment * Implement Edit-AeriesGradebookAssignment * Implement Edit-AeriesGradebookAssignmentScore (#37) * Implement Create/Update/Delete Student Course Requests (#39) * Implement Add-AeriesCourseRequest * Implement Edit-AeriesCourseRequest * Implement Remove-AeriesCourseRequest * Implement Create/Update/Delete Alternate Course Requests (#40) * Implement Add-AeriesAlternateCourseRequest * Implement Edit-AeriesAlternateCourseRequest * Implement Remove-AeriesAlternateCourseRequest * Implement Edit-AeriesSchoolSupplemental (#42) * Implement Create/Update/Delete Scheduling Master Schedule (SMS) (#43) * Basic structure for Add-AeriesSchedulingSection * Basic structure for Edit-AeriesSchedulingSection * Implement Remove-AeriesSchedulingSection * Implement DELETE SchedulingSection * Wrote out parameters for function, next is implementation * Simplify by doing our own check for UsingSectionStaff * Create class for SectionStaffMembers * Add ScriptsToProcess to register the Class as valid * Finalize Add-AeriesSchedulingSection * Finalize Edit-AeriesSchedulingSection * Add new functions to be exported and visible with help commands (#44) * Add new functions to be exported and visible with help commands * This will be ready to go after #15 #43 * Release 1.0.0 (#45) (#46) * Implement Staff Add/Update Functions (#2) * Allow for multiple SuccessStatusCode * Implement Add-AeriesStaff * Implement Edit-AeriesStaff * Features/3 (#6) * Create CODE_OF_CONDUCT.md * Update README.md Added "Contributor Covenant" badge * Update CONTRIBUTING.md * Update CONTRIBUTING.md * Update CONTRIBUTING.md * Fix incorrect parameter validation #21 (#22) * Initial implementation of SendAlert endpoint (#23) * Fix #25 (#26) * Add/Edit/Remove Contacts Implemented (#24) * Implement Add-AeriesContact * Remove printing of the body sent for Add-AeriesContact * Implement Edit-AeriesContact * Fix typo in example text * Implement Remove-AeriesContact * Add support for ShouldProcess to allow -WhatIf * Update CONTRIBUTING.md (#28) Fixed Contributor Code of Conduct link * Features/9 (#32) * Create Add-AeriesActivity * Create Edit-AeriesActivity * Create Remove-AeriesActivity * Features/10 (#33) * Create Add-AeriesAuthorizations * Add Edit-AeriesAuthorization * Add Remove-AeriesAuthorization * features/12 (#34) * Add Edit-AeriesStudentTest * Add 201 as a success status code * Implement Create/Update/Delete for Staff Assignments (#35) * Implement Add-AeriesStaffAssignment * Implement Edit-AeriesStaffAssignment * Implement Remove-AeriesStaffAssignment * Implement Create/Update Gradebook Assignment Information (#36) * Implement Add-AeriesGradebookAssignment * Implement Edit-AeriesGradebookAssignment * Implement Edit-AeriesGradebookAssignmentScore (#37) * Implement Create/Update/Delete Student Course Requests (#39) * Implement Add-AeriesCourseRequest * Implement Edit-AeriesCourseRequest * Implement Remove-AeriesCourseRequest * Implement Create/Update/Delete Alternate Course Requests (#40) * Implement Add-AeriesAlternateCourseRequest * Implement Edit-AeriesAlternateCourseRequest * Implement Remove-AeriesAlternateCourseRequest * Implement Edit-AeriesSchoolSupplemental (#42) * Implement Create/Update/Delete Scheduling Master Schedule (SMS) (#43) * Basic structure for Add-AeriesSchedulingSection * Basic structure for Edit-AeriesSchedulingSection * Implement Remove-AeriesSchedulingSection * Implement DELETE SchedulingSection * Wrote out parameters for function, next is implementation * Simplify by doing our own check for UsingSectionStaff * Create class for SectionStaffMembers * Add ScriptsToProcess to register the Class as valid * Finalize Add-AeriesSchedulingSection * Finalize Edit-AeriesSchedulingSection * Add new functions to be exported and visible with help commands (#44) * Add new functions to be exported and visible with help commands * This will be ready to go after #15 #43 Co-authored-by: James Lancaster <20194126+jameslancaster@users.noreply.github.com> Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com> Co-authored-by: Squid Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com> * Edited manifest and README with PS Gallery info (#48) Co-authored-by: Squid Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com> * Billy main branch cleanup (#54) * Cleaned up commits. Updated .gitignroe to ignore VS local changes. * Revert "Release 1.0.0 (#45)" This reverts commit 95094dcd1d773a2cd7b399e73876f91a25bd31ac. * Revert "PS Gallery Published changes (#49)" This reverts commit 01f6fe18b43f7b579b622567955d8b62ee86f0d5. Co-authored-by: Billy * Merge release 1.0.1 (#60) * Adding DOC.md (#52) * Update Get-AeriesSection.ps1 (#58) Line 39 - changed "=+" to "+=" for PowerShell v5.1 compatibility * Update AeriesApi.psd1 (#59) * Update AeriesApi.psd1 Incrementing version to 1.0.1 * Update README.md Updated verbiage around supported PowerShell versions, and added note about installing via PSGallery. Co-authored-by: James Lancaster --------- Co-authored-by: James Lancaster <20194126+jameslancaster@users.noreply.github.com> Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com> Co-authored-by: James Lancaster Co-authored-by: Billy