erennatala / CSE3044-Petiverse

CSE3044 Software Engineering Term Project
2 stars 0 forks source link

Software Requirements Specification #2

Closed erennatala closed 2 years ago

erennatala commented 2 years ago

The introduction to the Software Requirement Specification (SRS) document should provide an overview of the complete SRS document. While writing this document please remember that this document should contain all of the information needed by a software engineer to adequately design and implement the software product described by the requirements listed in this document.

erennatala commented 2 years ago

SRS-Eren.docx

nesrinsimsek commented 2 years ago

SRS - Nesrin.docx

EmirhanUsluu commented 2 years ago

SRS-Emirhan.docx

alperkarabay commented 2 years ago

UML Diagram.pdf

alperkarabay commented 2 years ago

Logical Database Requirements • Firebase-Firestore that is NoSql database will be used for our project. • All the datas will be stored in JSON type. • In our database there will be individual collections for user infos and all type of proclamations. • User’s password will be stored in Firebase as encoded

alperkarabay commented 2 years ago

Inverse Requirements Users will not be able to see the ads without registering to the app Users will not be able to chat with someone directly

alperkarabay commented 2 years ago

3.5 Design Constraints • Our app will support Android Jelly Bean, v16, 4.1.x or newer, and iOS 8 or newer. • Flutter currently does not support building for x86 Android directly, however apps built for ARMv7 or ARM64 run fine (via ARM emulation) on many x86 Android devices.