You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,23 @@
1
1
# Project Template
2
2
3
+
## Our Progress (Last Updated on Nov 20)
4
+
5
+
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 are these user interfaces are included below.
6
+
7
+
### Chat UI
8
+
- By Nasim, James, and Amy
9
+
- The UI is rendered by ChatView
10
+
- This view will appear when a user creates a new chat or visits an existing chat
This is a template repository for CSC 207 projects.
4
17
This repository contains starter code for a gradle project.
5
18
It also contains workflow documents that give instructions on how to manage your Github repository and how to use Github Projects for efficient collaboration.
6
19
7
-
## Checklist For Your Project
20
+
###Checklist For Your Project
8
21
-[ ] Verify the correct settings for your project repository
9
22
-[ ] Set up Github Projects
10
23
-[ ] Create the implementation plan using issues and Github Projects
@@ -14,13 +27,13 @@ It also contains workflow documents that give instructions on how to manage your
14
27
15
28
**If your team has trouble with any of these steps, please ask on Piazza. For example, with how GitHub Classroom works, your team *may* not have permissions to do some of the first few steps, in which case we'll post alternative instructions as needed.**
16
29
17
-
## Workflow Documents
30
+
###Workflow Documents
18
31
19
32
* Github Workflow: Please refer to the workflow that was introduced in the first lab. You should follow this when working on your code. The following document provides additional details too.
20
33
21
34
*[Project Planning and Development Guide](project_plan_dev.md): This document helps you to understand how to create and maintain a project plan for your class project. **This document helps you to complete the Implementation Plan Milestone.**
22
35
23
-
## Gradle Project
36
+
###Gradle Project
24
37
Import this project into your Intellij editor. It should automatically recognise this as a gradle repository.
25
38
The starter code was built using SDK version 11.0.1. Ensure that you are using this version for this project. (You can, of course, change the SDK version as per your requirement if your team has all agreed to use a different version)
0 commit comments