Open main menu

CDOT Wiki β

Changes

OPS435 Python/assignment 2 fall2022

166 bytes added, 16:04, 7 November 2022
added second milestone to process
<li> Now implement the -d <date> option. This will filter your user list based on the date provided by the user.
<li> Use <code>./checkA2.py -f -v TestDate</code> to check your work. <b>You have completed the first milestone!</b>
<li> Use <code>./checkA2.py -f -v TestDaily</code> and <code>./checkA2.py -f -v TestWeekly</code> to check your work. <b>You have completed the second milestone!</b>
<li> The next stage will be to implement the daily/weekly reports. Use <code>TestDaily</code> and <code>TestWeekly</code> with the check script.
<li> Perform last checks and document your code. Write **why** your code is doing what it does, rather than **what** it's doing. You should have 100% of tests succeeding.