1.0.0 • Published 2 years ago

optee_modal v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Modals, tested

tables

Done?TaskPriorityEstimated Time
xComplete all modal testingM10 hours
xmove everything to hbs
xproblem open close
xtest edit and delete
xtest everything
xtask open close
xcheatsheet open close
xtimer open close
xopen close
Actual: 20

Purpose :dark_sunglasses:

How this works:

How to run this package

npm install

Important Vocabulary

WordWhere it occursHow it works
Word

User Stories :telescope:

  1. Users will be able to look through the various examples and understand how to test well.

Sprint :athletic_shoe:

Done?ComponentPriorityEstimated TimeActual Time
xThis checklistH30 mins
Read DocumentationM30 mins
Look at three examples30 mins
Complete basic exampleM30 mins15

Daily Stand Up :hourglass:

Issues and Resolutions :flashlight:

ERROR: :gear: RESOLUTION: :key:

            // method 1: tried to actually create the elements manually
            // but my concern is that update it would be hard, so might stick with setTimeout method, which may mean that I have to always return an array of objects? 
            // for (let i = 0; i < arr.length; i++) {
            //     console.log("creating and appending elements")
            //     var key = arr[i]["name"]
            //     var value = arr[i]["value"]
            //     let element = $(document.createElement("p"))
            //     element.attr("name", key)
            //     element.val(value)
            //     $(".show_problem_all").append(element)
            // }
IssueWhere it occursPossible solutionActual solution
Best to post the data and then set time outH2hrs2.5hrs

What is one thing that I learned from doing this project? :books:

Credits :recycle:

Jest

Contributing :round_pushpin:

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Not sure how? Learn Github Please make sure to update tests as appropriate.

License :memo:

MIT