GitXplorerGitXplorer
d

debnet

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
9cb3cceab6b4713329cd158b14ad8eae8b545dd6

Update Final Report.md

ddoxuanviet1996 committed 6 years ago
Verified
9c74a734f5a1a8bff72edaf8e1bb86acf591eee2

Upload images

ddoxuanviet1996 committed 6 years ago
Verified
a0c0c8882f090b2f18fd1afe4c990b8761b766a0

Create final report

ddoxuanviet1996 committed 6 years ago
Unverified
eb998b33395375464246fad882e64f6d08094b22

high-fi report

ddoxuanviet1996 committed 6 years ago
Unverified
45c8bda962be00cedb16c8a5b5edf2007dd5651e

high-fi report

ddoxuanviet1996 committed 6 years ago
Unverified
f185db7978d4fcd4100a0d85a9983277184a94b2

high-fi report

ddoxuanviet1996 committed 6 years ago

README

The README file for this repository.

DebNet

The codes are all in debnet/lib/ :

  • debnet/lib/main.dart: The home page, also define routing table.
  • debnet/lib/database.dart: The 'fake' database where all datas are generated and managed.
  • debnet/lib/debts: Showing list of debts.
  • debnet/lib/events.dart: Show the 'List of Events' page and 'Event Creation' page.
  • debnet/lib/friends.dart: Show the 'List of User' page and 'User Profile' page.
  • debnet/lib/notification.dart: Show the 'Notification' page.
  • debnet/lib/payments.dart: Show the 'Payment History' page.

The asset images that are used are all in debnet/images.

Note

  • Since the data are fake and there are no database, everytime you restart the app, everything will be reset.
  • Because the prototype is for testing purpose only, we do not allow adding or modifying user accounts. Try testing the app by using any account, or use the 'Default User'.
  • Integrity are not checked, so there is no need to test that aspect (for example, typing words in field that should be number).

The app is exported to debnet.apk. Please download and install it manually to test our prototype. Thank you!