-
Notifications
You must be signed in to change notification settings - Fork 1
Meeting 20.09.21
20/09/21 Meeting Minutes
Task Allocation:
Plan (20th sep) Gantt chart Development styles Planning context SOLID Principles (coding/naming conventions as well) Setup (22 sept Weds) Github Treelo Google Maven project CI/CD Firestore database (by friday) Design (25th sept friday) start on 22nd wends UI UML Software architecture
===== Design Doc ===== (29th of October)
Implementation Frontend: MainActivity, ListActivity, DetailsActivity, Search Activity Backend: Database Storage: Preference list(selection list), List of categories, List of items, User info(if there is login functionality)
Refactoring Animations Transitions SOLID Principles Proofreading & Commenting
Interview/Demo + Report Interview Prep Report
-Setup Firestore database -MainActivity page -Main
We use information from the internet. (& store in firebase)
Design Doc Responsibility:
Tasks Alan Jonathon Takahiro
- Introduction
- System Modelling
- System Design
4.a. Initial Design Smells
(later)
4.b SOLID principles
4.c: Software Design Smell Analysis
(later)
4.d: Metrics and Quality attributes
(later)
- GUI Mocks
- Data schema
7.a Role of each software designer
7 b. Gantt chart *
Requirements for context: -need at least 3 categories -need at least ten items per category -need multiple images (at least 3)-related items as well?
Planning context:
- Food-uber eats Restaurant name i) Categories: Entree(Appetizer), Main Course, Dessert ii) Items: e.g. for main course → pasta, steak, etc iii) What to show: 3 images(different views) of the meal, rating + reviews, prices, time offered
supermarket i) Categories: Types of items(meat, snacks, vegetables, dairy, fruit) ii) List: Meat → Steak, Pork, Bacon, Ham iii) What to show: 3 images of the stuff, + nutrition + source of product
- Stocks-listing companies → i) Categories : business type (tech, pharmaceutical, restaurant, retail, Industrial) ii) Items : iii) Company name, Description (their product, goal, ethics), historical price, related stocks(other users who invested in this stock also invested in this…..) Images: Company logo, Products they make(computers, etc), Office picture(silicon office)
We will choose between a restaurant or stock listing. Make decisions after researching android.
Same coding convection from project 1.