Releases: FEUP-ESOF-2020-21/open-cx-t2g1-2b-2b
Releases · FEUP-ESOF-2020-21/open-cx-t2g1-2b-2b
Version 1.0
Changelog
User Story 4
As a user I want to select a timespan, so that I can see all available conferences in that timespan.
- I can select a timespan to search for conferences
Miscellaneous
- Conferences are scrapped from the webpage Call 4 Papers
- Implemented Gherkin Acceptance Tests
- Finished Unit Tests
- Changed the theme and created a logo for the app
Sprint Effort: L
Version 0.3
Changelog
User Story 2
As a user, I want to save a conference I wish to attend, so that I can mark it (save) on the map for easy access.
- When user presses one conference, the user can save the conference to favorites.
- The conference will now appear yellow on world map.
User Story 6
As a user, I want to view my previously saved conferences.
- When a user goes to the filtering menu, he can filter by saved conferences.
- The user now have a list with all conferences saved.
Miscellaneous
- Now, when user presses the go back button he is always redirected to the main menu.
- Changed colors of the app!
- Now things are stored in a local database using SQLite.
Sprint Effort: L
Version 0.2
Changelog
User Story 3
As a user, I want to access a conference’s details, so that I can see the available information about it.
- When user presses one conference, the user can see the information about it.
- There is a link that redirects the user to the webpage.
User Story 5
As a user, I want to search for conferences that match my interests, so that I can better find what I'm looking for.
- When a user goes to the filtering menu, he can filter by type.
- After choosing the filtered conference type, only conferences of that ype will appear on map.
Miscellaneous
- Conferences are now read from a JSON file.
Version 0.1
Changelog
User story 1
As a user, I want to open up the map, so that I can see all the available conferences next to me.
- Added Main Menu
- Added World Map
- Added pinpoints in World Map with conferences. This functionality is currently hard coded.