Skip to content
Merged

t #311

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .idea/deploymentTargetSelector.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# CMPUT 301 Fall 2024 team rocket
# CMPUT 301 Fall 2024- Launch- Team rocket
<img src="rlaunch.png" alt="launch_wp">

## Wiki
the [wiki](https://github.com/CMPUT301F24rocket/rocket-launch/wiki) contains all project milestones and other information about the app

## Backlog
link: [Backlog](https://github.com/orgs/CMPUT301F24rocket/projects/1/views/1)

## javaDocs
## JavaDocs
link: [JavaDocs](https://cmput301f24rocket.github.io/rocket-launch/)


97 changes: 97 additions & 0 deletions UML/CreateEventFragment.uxf
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<diagram program="umlet" version="15.0.0">
<zoom_level>10</zoom_level>
<element>
<id>UMLClass</id>
<coordinates>
<x>290</x>
<y>260</y>
<w>520</w>
<h>260</h>
</coordinates>
<panel_attributes>CreateEventFragment
-
-addNewEventButton: FloatingActionButton
-eventsDB: private EventsDB
-usersDB: UsersDB
-listView: ListView
-adapter: EventArrayAdapter
-events: ArrayList&lt;Event&gt;
-androidID: String
-
-openCreateNewEventFragment()
-openClickedEvent(clickedEventDetailsFragment: CreatedEventDetailsFragment)
-fetchEvents()</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>500</x>
<y>640</y>
<w>320</w>
<h>320</h>
</coordinates>
<panel_attributes>CreateNewEventFragment
-
-eventsDB: EventsDB
-androidId: String
-editEventCapacity: EditText
-editEventCapacity: EditText
-editWaitlistLimitSize: EditText
-editEventDescription: EditText
-checkBoxGeolocationRequired: CheckBox
-checkBoxWaitlistLimit: CheckBox
-eventNameOverlay: TextView
-editEventPosterView: ImageView
-event: Event
-
-openImagePicker()
-uploadImageUrlToEvent(downloadUrl: String)
-createEvent()
-closeFragment()
-sendEventNotification()</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>640</x>
<y>510</y>
<w>100</w>
<h>150</h>
</coordinates>
<panel_attributes>lt=&lt;&lt;&lt;&lt;&lt;-
m2=1</panel_attributes>
<additional_attributes>80.0;10.0;10.0;130.0</additional_attributes>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>200</x>
<y>510</y>
<w>190</w>
<h>360</h>
</coordinates>
<panel_attributes>lt=&lt;&lt;&lt;&lt;&lt;-
m2=1</panel_attributes>
<additional_attributes>170.0;10.0;10.0;340.0</additional_attributes>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>90</x>
<y>850</y>
<w>260</w>
<h>110</h>
</coordinates>
<panel_attributes>CreatedEventDetailsFragment
-
eventsDB: EventsDB
event: Event
-
pressButton(fragment: Fragment)
closeFragment()</panel_attributes>
<additional_attributes/>
</element>
</diagram>
106 changes: 106 additions & 0 deletions UML/NotificationsFragment.uxf
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<diagram program="umlet" version="15.1">
<help_text>// Uncomment the following line to change the fontsize and font:
// fontsize=14
// fontfamily=SansSerif //possible: SansSerif,Serif,Monospaced


//////////////////////////////////////////////////////////////////////////////////////////////
// Welcome to UMLet!
//
// Double-click on elements to add them to the diagram, or to copy them
// Edit elements by modifying the text in this panel
// Hold Cmd to select multiple elements
// Use Cmd+mouse to select via lasso
//
// Use +/- or Cmd+mouse wheel to zoom
// Drag a whole relation at its central square icon
//
// Press Cmd+C to copy the whole diagram to the system clipboard (then just paste it to, eg, Word)
// Edit the files in the "palettes" directory to create your own element palettes
//
// Select "Custom Elements &gt; New..." to create new element types
//////////////////////////////////////////////////////////////////////////////////////////////

// This text will be stored with each diagram; use it for notes.</help_text>
<zoom_level>10</zoom_level>
<element>
<id>UMLClass</id>
<coordinates>
<x>290</x>
<y>160</y>
<w>360</w>
<h>190</h>
</coordinates>
<panel_attributes>NotificationsFragment
--
- notificationListView: ListView
- notificationAdapter: ArrayAdapter&lt;String&gt;
- notificationList: List &lt;String&gt;
- user: User
- usersDB: UsersDB
- androidId: String
- notificationSettingsButton: FloatingActionButton
--
updateNotificationPreferences()
loadNotifications()
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>430</x>
<y>490</y>
<w>290</w>
<h>40</h>
</coordinates>
<panel_attributes>ArrayAdapter&lt;String&gt;
--
--

</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>480</x>
<y>340</y>
<w>150</w>
<h>170</h>
</coordinates>
<panel_attributes>lt=&lt;&lt;&lt;&lt;&lt;-
m2=1</panel_attributes>
<additional_attributes>10.0;10.0;130.0;150.0</additional_attributes>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>0</x>
<y>490</y>
<w>400</w>
<h>150</h>
</coordinates>
<panel_attributes>NotificationDetailsFragment
--
- notification: Notification
--
AcceptInvitation(String eventID, String androidID)
DeclineInvitation(String eventID, String androidID)
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>160</x>
<y>340</y>
<w>190</w>
<h>170</h>
</coordinates>
<panel_attributes>lt=&lt;&lt;&lt;&lt;&lt;-
m2=1</panel_attributes>
<additional_attributes>170.0;10.0;10.0;150.0</additional_attributes>
</element>
</diagram>
Loading