Closed mirano-darren closed 1 year ago
Updated Closing Notes as of September 20, 2022 Final Designs
@Sun-Mountain @mirano-darren @jeromeleecms @thetif @itsonlydio for awareness
@SGilliamA1M For awareness, this is the first dev ticket for Create New APD.
Awesome, thanks Akua!
On Wed, Sep 21, 2022 at 1:36 PM Akua Amponsah @.***> wrote:
@SGilliamA1M https://github.com/SGilliamA1M For awareness, this is the first dev ticket for Create New APD.
— Reply to this email directly, view it on GitHub https://github.com/CMSgov/eAPD/issues/4209#issuecomment-1254020733, or unsubscribe https://github.com/notifications/unsubscribe-auth/A3BCYYFWFOOEZ7LBQGQSQ2DV7NBRZANCNFSM54AJRVMQ . You are receiving this because you were mentioned.Message ID: @.***>
-- Sherry Gilliam Lead UX Designer (443) 373-1426 www.A1MSolutions.com http://www.a1msolutions.com/
update the APD model to have the following new fields
const apdSchema = new mongoose.Schema({
...,
apdType: {
type: String,
enum: ["hitech", "mmis"],
required: true,
},
...,
apdOverview: { // already exists
...,
updateStatus: {
isUpdateAPD: Boolean,
annualUpdate: Boolean,
asNeededUpdate: Boolean
},
medicaidBusinessAreas: {
waiverSupportSystems: Boolean,
assetVerificationSystem: Boolean,
claimsProcessing: Boolean,
decisionSupportSystem_dataWarehouse: Boolean,
electronicVisitVerification: Boolean,
encounterProcessingSystem_managedCareSystem: Boolean,
financialManagement: Boolean,
healthInformationExchange: Boolean,
longTermServicesSupports: Boolean,
memberManagement: Boolean,
pharmacyBenefitManagement_pointOfSale: Boolean,
programIntegrity: Boolean,
providerManagement: Boolean,
thirdPartyLiability: Boolean,
other: Boolean,
otherMedicaidBusinessAreas: String
}
},
...,
}
I'm using the long names for these fields in medicaid business areas, you can make them shorter, but not too short for clarity down the road.
Describe the task here and link or add dependencies to any applicable issues...
We are implementing a new workflow for creating a new APD. This page will show when the "Create new" button on the APD dashboard is clicked. Refer to the design tickets and Figma for details of how it should look.
Design ticket(s) - #3687 Figma - https://www.figma.com/file/hJpKHKU6fz5J0Z7fisSwa2/eAPD-MMIS-2022?node-id=414%3A10804
Notes:
Inline Validation Notes:
This task is done when...