UBA-GCOEN / ARrow

ARrow is your augmented reality path to seamless navigation and campus exploration. With ARrow, we aim to revolutionize the way students, faculty, staff, and visitors navigate our college campus.
https://arrowserver.vercel.app
MIT License
7 stars 7 forks source link

✨[Feature] : Make a LLD / Flowchart for this Project #9

Closed Siddhant-Patil0203 closed 1 year ago

Siddhant-Patil0203 commented 1 year ago

Is there an existing issue raised for this?

Describe the feature

Will be brainstorming and creating an LLD and a flowchart for the project ARrow. I will be using Miro software to make this.

Add Screenshots

NA

Record Options

LadeHarshal commented 1 year ago

@Siddhant-Patil0203 What's the status?

Siddhant-Patil0203 commented 1 year ago

Will be done sooner Most probably till 17 August

LadeHarshal commented 1 year ago

@Siddhant-Patil0203 What is the status?

LadeHarshal commented 1 year ago

@Siddhant-Patil0203 What is the status?

Are you done with this?

Siddhant-Patil0203 commented 1 year ago

This is an initial UML (Unified Modeling Language) diagram which will be refined and enhanced over time.

                      +----------------------+
                      |      ARrow App       |
                      +----------------------+
                      | - campusMap: Map     |
                      | - userLocation: GPS  |
                      +----------------------+
                               |
                               |
           +-------------------------------------+
           |                                     |
   +------------------+                 +------------------+
   |    AR Interface |                 |    User          |
   +------------------+                 +------------------+
   |                  |                 | - name: String   |
   | - displayAR()    |                 | - role: Role     |
   | - updateLocation()|                 | - currentLocation|
   +------------------+                 +------------------+
           |                                     |
           |                                     |
+-------------------+                +---------------------+
|     Location      |                |     CampusMap       |
+-------------------+                +---------------------+
| - x: float        |                |                     |
| - y: float        |                |                     |
|                   |                | - buildings: List<Building>|
+-------------------+                | - pathways: List<Pathway>|
                                     +---------------------+
                                                  |
                                                  |
                                   +------------------------------+
                                   |           Building          |
                                   +------------------------------+
                                   | - name: String              |
                                   | - location: Location       |
                                   | - entrances: List<Location>|
                                   +------------------------------+
                                                  |
                                                  |
                                       +----------------------+
                                       |        Pathway       |
                                       +----------------------+
                                       | - start: Location   |
                                       | - end: Location     |
                                       | - length: float     |
                                       +----------------------+
Siddhant-Patil0203 commented 1 year ago

@LadeHarshal @Naresh-chandanbatve @vishal10kesharwani Have a look at it 👆👆

Siddhant-Patil0203 commented 1 year ago

Here is a detailed flowchart for Arrow. However, there are still some features that need to be planned.

Flowchart Link : https://miro.com/app/board/uXjVMtdiQ44=/?share_link_id=275904690569

@LadeHarshal @vishal10kesharwani @Naresh-chandanbatve

Siddhant-Patil0203 commented 1 year ago

@LadeHarshal @Naresh-chandanbatve @vishal10kesharwani @Saurabb-coder Please go through the flowchart, there are certain modifications and additions

Siddhant-Patil0203 commented 1 year ago

@LadeHarshal @Naresh-chandanbatve @vishal10kesharwani @Saurabb-coder The flowchart for version 1 has been completed. If you have any doubts or queries, please feel free to comment or pin me on the Miro flowchart board. Thank you.