Skip to content

Releases: softeng-feup/open-cx-muppets

Iteration 4

09 Dec 23:51
Compare
Choose a tag to compare

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

24 Nov 12:27
0ecbeff
Compare
Choose a tag to compare
Iteration 3 Pre-release
Pre-release

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

09 Nov 00:16
d957c2c
Compare
Choose a tag to compare
Iteration 2 Pre-release
Pre-release
  1. New app pages:
  • Contacts
  • Friends
  • Friend Profile
  • Interests
  1. Interests page has interactivity and the user can add new interests.
  2. When the app starts now it shows a Logo page
  3. 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

26 Oct 00:18
Compare
Choose a tag to compare
Iteration 1 Release Pre-release
Pre-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.