Skip to content

Commit ebbfd94

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents bf9c9a2 + f82d236 commit ebbfd94

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SOLID Chat
22

3-
## Our Progress (Last Updated on Nov 20)
3+
## Our Progress (Last Updated on Nov 21)
44

55
Each of us have created one or more PRs and most of these have been merged into the main branch. Many members have functional UI's (and they are likely happy to demonstrate in tutorial) and others have a basic non-interactive UI and the inner layers of clean architecture. While they may not be able to do an interactive demo, screenshots of these user interfaces are included below.
66

@@ -11,6 +11,9 @@ Each of us have created one or more PRs and most of these have been merged into
1111

1212
![image](https://user-images.githubusercontent.com/18428059/202935072-ba09587d-c67d-4599-9986-9c652480356f.png)
1313

14+
- Update on inner layers of the conversation history feature:
15+
- The ConvHistInteractor, responsible for displaying a conversation history, was tested (see [here](https://github.com/CSC207-2022F-UofT/course-project-SOLID-chat/pull/32)). To focus testing on the interactor, a mock data access class was used. While the test does not currently pass, the structure of the test is there.
16+
1417
### Profile display
1518
- By Parmis
1619
- Implemented by UserSearchUI, which allows a user to type in a user's username to view their features (user and username so far).

0 commit comments

Comments
 (0)