Skip to content

Commit f8c1f79

Browse files
authored
Updated README.md with Nov 20's progress
1 parent 7305239 commit f8c1f79

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
# Project Template
22

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
11+
12+
![image](https://user-images.githubusercontent.com/18428059/202935072-ba09587d-c67d-4599-9986-9c652480356f.png)
13+
14+
15+
## Template Readme
316
This is a template repository for CSC 207 projects.
417
This repository contains starter code for a gradle project.
518
It also contains workflow documents that give instructions on how to manage your Github repository and how to use Github Projects for efficient collaboration.
619

7-
## Checklist For Your Project
20+
### Checklist For Your Project
821
- [ ] Verify the correct settings for your project repository
922
- [ ] Set up Github Projects
1023
- [ ] 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
1427

1528
**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.**
1629

17-
## Workflow Documents
30+
### Workflow Documents
1831

1932
* 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.
2033

2134
* [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.**
2235

23-
## Gradle Project
36+
### Gradle Project
2437
Import this project into your Intellij editor. It should automatically recognise this as a gradle repository.
2538
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)
2639

0 commit comments

Comments
 (0)