All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Expertiza_Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:28, 25 April 2023 Aitha talk contribs uploaded File:E2314 test email teammate sample 1.png (test for email functionality of teammate_response.rb)
- 00:25, 25 April 2023 Aitha talk contribs uploaded File:E2314 test response sample 1.png (tests for response_map.rb)
- 00:24, 25 April 2023 Aitha talk contribs uploaded File:E2314 test review sample 1.png (tests for review_response_map.rb)
- 00:22, 25 April 2023 Aitha talk contribs uploaded File:E2314 test teammate sample 1.png (test for teammate_response_map.rb)
- 00:19, 25 April 2023 Aitha talk contribs uploaded File:E2314 test feedback sample 1.png (test sample for feedback_response_map.rb)
- 16:32, 24 April 2023 Aitha talk contribs uploaded File:E2338 method removal sample 1.png (Remove unwanted methods)
- 16:29, 24 April 2023 Aitha talk contribs uploaded File:E2338 polymorphism sample 1.png (polymorphism for 'title' method)
- 16:23, 24 April 2023 Aitha talk contribs uploaded File:E2338 iterator sample 3.png (Iterator class for feedback_response_map)
- 16:21, 24 April 2023 Aitha talk contribs uploaded File:E2338 iterator sample 2.png (Iterator pattern for feedback_response_map.rb)
- 16:20, 24 April 2023 Aitha talk contribs uploaded File:E2338 iterator sample 1.png (Iterator Pattern code change for review_response_map.rb)
- 18:00, 12 April 2023 Aitha talk contribs uploaded File:E2338 design sample 2.png (The classes impacted by the new design and their relationship.)
- 02:30, 22 March 2023 Aitha talk contribs uploaded File:E2314 design sample 1.png (Design diagram proposed with the new enhancements)
- 23:26, 21 March 2023 Aitha talk contribs uploaded File:E2314 tests sample 5.png (Test file for feedback_response_map.rb)
- 23:25, 21 March 2023 Aitha talk contribs uploaded File:E2314 tests sample 4.png (response_map_test.rb)
- 23:22, 21 March 2023 Aitha talk contribs uploaded File:E2314 tests sample 3.png (Test cases are written in review_response_map_test.rb to test the model review_response_map)
- 23:19, 21 March 2023 Aitha talk contribs uploaded File:E2314 tests sample 2.png (teammate_review_response_map_test.rb to test the model teammate_review_response.rb)
- 23:07, 21 March 2023 Aitha talk contribs uploaded File:E2314 tests sample 1.png (Fix broken test cases)
- 23:03, 21 March 2023 Aitha talk contribs uploaded File:E2314 unused sample 1.png (Removed unused code from the code base.)
- 22:28, 21 March 2023 Aitha talk contribs uploaded File:E2314 naming sample 3.png (The original implementation had the name of the method as "email". This is changed to "send_email" where the name of the method explains more about what it actually does.)
- 21:55, 21 March 2023 Aitha talk contribs uploaded File:E2314 rocket sample 1.png (Use Rocket "<=>" rather than self-defined comparator functions.)
- 21:46, 21 March 2023 Aitha talk contribs uploaded File:E2314 naming sample 2.png (Meaningful method names and following the convention of Ruby.)
- 21:45, 21 March 2023 Aitha talk contribs uploaded File:E2314 naming sample 1.png (An example of how we removed the word "get" if present in the start of a method name)
- 21:30, 21 March 2023 Aitha talk contribs uploaded File:E2314 comment line sample 1.png (Picture shows the addition of comment lines before each method that describes what the function does.)