From 9716ea7d5fdb7f201048a7010849c5f43b6b36f8 Mon Sep 17 00:00:00 2001 From: Sowrav Roy Joy <147675761+SowravOntech@users.noreply.github.com> Date: Wed, 7 Feb 2024 11:13:53 -0500 Subject: [PATCH] Update README-CDA.md --- labmodule01/README-CDA.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/labmodule01/README-CDA.md b/labmodule01/README-CDA.md index e684e86..e98f5da 100644 --- a/labmodule01/README-CDA.md +++ b/labmodule01/README-CDA.md @@ -10,8 +10,12 @@ NOTE: Include two full paragraphs describing your implementation approach by ans What does your implementation do? +My implementation create a environment to run the CDA app correctly. + How does your implementation work? +According to my implementation, I clone the code repo for CDA app. I create a new branch labmodule01 to seperate my work from other labmodule and then I merge it with the master branch and push it to the remote repo. + ### Code Repository and Branch NOTE: Be sure to include the branch (e.g. https://github.com/programming-the-iot/python-components/tree/alpha001). @@ -31,7 +35,8 @@ NOTE: TA's will execute your unit tests. You only need to list each test case be (e.g. ConfigUtilTest, DataUtilTest, etc). Be sure to include all previous tests, too, since you need to ensure you haven't introduced regressions. -- +- ![01configutiltest](https://github.com/programming-the-iot/book-exercise-docs/assets/147675761/498af0e6-5291-4127-ab83-7d55471abc98) + - - @@ -43,7 +48,8 @@ your code to ensure it's correct. As for the tests you execute, you only need to test case below (e.g. SensorSimAdapterManagerTest, DeviceDataManagerTest, etc.) - -- +- ![01ConstrainedDeviceAppTest](https://github.com/programming-the-iot/book-exercise-docs/assets/147675761/130bbfd3-3f6a-4c3f-a6c1-8b8d3957082f) + - EOF.