Releases: softeng-feup/open-cx-muppets
Iteration 4
We made it! We finally have a fully working feature!
Changelog:
- Using two Microbits to solve the bluetooth and radio issue;
- Microbits have specific code which is now complete and (mostly) foolproof;
- All app pages have back end;
- Connections page is fully functional (asks you to turn on bluetooth, pair to MicroBit, allows you to (pseudo) pair with people, etc.)
What's missing:
- Since back end is local only, we are missing the invitations sent by the server and the actual connection between participants;
- The Get Started tutorial got cut off since it had no great impact on the app's value.
This is our first oficial working release and we're very proud of it 😃
Iteration 3
A couple of pages have been added:
- Connect Page
- Get Started Pages
While they are not finished, they provide a good starting point for design and user interaction.
A simple database was created to mock the users present in a room for the Connect Page. This allowed us to prepare for a a new back end solution further down the line.
We are already exploring Bluettoth in Flutter and it is expected to be implemented in the next iteration.
Iteration 2
- New app pages:
- Contacts
- Friends
- Friend Profile
- Interests
- Interests page has interactivity and the user can add new interests.
- When the app starts now it shows a Logo page
- The first time the app is used after instalation it now has a different behaviour (intended for a 'Get Started' tutorial further ahead)
Iteration 1 Release
First iteration of development release.
The app has got a couple of pages and appropriate transitions between them.
The microbit software is capable of a beacon-like connection between many microbits using radio broadcasting.
Readme and Report are in a very early state, but contain some useful links and information.