Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freshollie/206cde35
Second year "Real world project" @ Coventry University
https://github.com/freshollie/206cde35
Last synced: 3 days ago
JSON representation
Second year "Real world project" @ Coventry University
- Host: GitHub
- URL: https://github.com/freshollie/206cde35
- Owner: freshollie
- Created: 2017-01-23T13:32:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-02T15:13:39.000Z (over 7 years ago)
- Last Synced: 2024-11-11T19:43:12.022Z (2 months ago)
- Language: Java
- Homepage:
- Size: 85.8 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real world project at coventry university
## 206CDE35### WE MEET 16:00-17:00 ON MONDAYS
### Package name
uk.ac.coventry.m206CDE.tutorial3.group5### Members
- Oliver Bell @freshollie | Project Management, Programming
- Zac Davis @zavies97 | Programming
- Peter James @PeterG-James | Systems implimentation, databases
- Kieran Goodson @KieranGoodson | Design, Storyboarding
- Joe Robinson @Joe-R97 | Databases, UML
- Liam Judge @Judgey19XX | Interface design, Video Editing### Completeing work
I will be setting work via the issues tracker with deadlines. Work will be assigned to you and I expect it to be met within the dealine. If you cannot complete the work please comment on the issue, try not to use the Group Chat for specific work discussion as its much easy to keep track via the issues.
#### Committing work
DO NOT COMMIT TO THE MAIN BRANCH
##### How??
Clone the repo
git clone http://github.com/freshollie/206CDE.git
Then when you want to make your own changesgit checkout -b issue-number
Make your changes. I expect documents to be submitted as PDFs in the correct foldersgit add .
git commit -m "Your message"
This might be the name of the work, why you are commiting, anything really I just want to be able to see what you have changed.git push --set-upstream origin issue-number
And thats it, I will merge your changes if I feel they are correctIf you already have the repository use `git pull` before switching branches
### Design
As our aim is to do an android app, we will be conforming to the [lastest material design guildlines](https://material.io/guidelines/)Please read this if you are doing app design @KeiranGoodson @Judgey19XX
### About
Our task is to solve a real world problem and we will be using this repository for keeping track of the project.