Code review comment for lp:~nik90/reminders-app/add-debian-click-packaging

Revision history for this message
David Planella (dpm) wrote :

Just one thing after a first glance:

12 +#
13 +# Basic early stategy was to create two object (text boxs) with a connect
14 +# button for initial API connection. Simply place the request (service call) in the
15 +# lower text field, and the cloud API places requested call in text box.
16 +#
17 +# 1. Focus is on establishing communication with cloud API
18 +# 2. Create note through API
19 +# 3. Retrieve created note
20 +#

This no longer applies, so it might be worth removing it from the README.txt file or remove the file alltogether.

review: Needs Fixing

« Back to merge proposal