Skip to content

Vidal Meeting Notes

Jose M Vidal edited this page Apr 15, 2015 · 20 revisions

April 15

Previous issues covered.

For final demo:

  • search
  • website and video

March 18

Can see images. Contact page is there.

  • photos must be readable, pinch-n-zoom
  • Favorites needs titles
  • Search, build and index, (maybe with AutoCompleteTextView)

March 4

Beta functionality has been achieved.

for RC1:

  • work on Design and Usability, read Google's Design guidelines for inspiration
  • transitions?
  • photos must be readable, pinch-n-zoom
  • tabs instead of buttons (quick reference)
  • Search, build and index, (maybe with AutoCompleteTextView)

Feb 18

App is published. Met with client. Client approves.

See paypal payments

Only first calculator works.

For final: search button, maybe a "read mode" that shows the text in a scrollable form.

for next meeting, beta functionality:

  • Show image(s) in app, #19
  • calculators

Feb 4

Add Navigation Drawer?

Good progress.

Test have been added. ApplicationTest extended. Make sure you read the android testing docs. The Activity testing tutorial shows you how to run a UI test. You should test:

  1. Navigation: make sure the major pages (Activities) can be seen (don't crash when loaded).
  2. Calculator: try each calculator with a few known values.

For next meeting:

  • Publish apk, show to client
  • Show image(s) in app, #19
  • other calculators
  • Meeting with client, ask about donate button, do in-app purchase.

Jan 21

For next meeting:

  • Demo
  • Add new issues for beta.
  • Pick unit testing framework.

Dec 1

Demo looks good. Pretty much ready for final demo. Add titles and images, if possible.

Nov 17

Not much progress.

Nov 3

Source control milestone done. Basic app setup and running.

Do split work among members.

TODO for next meeting:

  1. Keep coding.

Oct 20

By December demo: android app, deployed, that shows at least part of the Document, at least one calculator.

TODO for next meeting:

  1. Source Control milestone. 2 more people.
  2. Architecture Milestone: Model class, Views/Activity: name them.
  3. Start programming.

Oct 6

Worked on Android installing, and development.

Parker did not attend.

TODO for next meeting:

  1. Functional reqs: document storage? sharing? printing?
  2. Work on Android programming, build "Hello World".

Sep 22

Team has met with client. App will allow users to find ADA guidelines easily:

  1. via topic menu
  2. via search (keyword, regulation number)

Android app, optimized for phones.

Rough designs are OK. They do not show how search will work, or how specific guidelines are shown.

TODO for next meeting:

  1. Detailed Design milestone: draw it and show it to client to get some feedback.
  2. Learn Android: everyone should be able to compile and deploy their own "hello world" app.
  3. Read the git book.