KayFishandChips / CIS-163-Final-Project

Discount App
0 stars 0 forks source link

SubmitActivity - Spinner titles, Parse verification field #1

Open stonepiersma opened 9 years ago

stonepiersma commented 9 years ago

Submit Activity does not accept negative numbers for lat/long. May be related to the type of textfield object used

stonepiersma commented 9 years ago

Probably want to do away with user inputting lat/long entirely and just have them be at the location when they submit it, so use get user location function instead

stonepiersma commented 9 years ago

SubmitActivity needs more user friendly layout. Lat/Long should be removed, should display text that users location will be used. Need to set the submit button to get user location to send to Parse when submitting data. Discount text box should be bigger field to type in and should have temp text that says something like 'Describe the discount this business offers.' or something else like that; will be replaced with user entered text when they start typing like the ph num field

KayFishandChips commented 9 years ago

Alright it technically should be sending the location I'll have to take a look at the old main method to see where it goes wrong On Apr 20, 2015 3:00 PM, "faralcane" notifications@github.com wrote:

SubmitActivity needs more user friendly layout. Lat/Long should be removed, should display text that users location will be used. Need to set the submit button to get user location to send to Parse when submitting data. Discount text box should be bigger field to type in and should have temp text that says something like 'Describe the discount this business offers.' or something else like that; will be replaced with user entered text when they start typing like the ph num field

— Reply to this email directly or view it on GitHub https://github.com/KayFishandChips/CIS-163-Final-Project/issues/1#issuecomment-94541155 .

stonepiersma commented 9 years ago

I didn't really look at the details of what it sends, I just assumed since you could enter lat/long it used that. Might be fine then? On Apr 20, 2015 3:05 PM, "Alex Kayfish" notifications@github.com wrote:

Alright it technically should be sending the location I'll have to take a look at the old main method to see where it goes wrong On Apr 20, 2015 3:00 PM, "faralcane" notifications@github.com wrote:

SubmitActivity needs more user friendly layout. Lat/Long should be removed, should display text that users location will be used. Need to set the submit button to get user location to send to Parse when submitting data. Discount text box should be bigger field to type in and should have temp text that says something like 'Describe the discount this business offers.' or something else like that; will be replaced with user entered text when they start typing like the ph num field

— Reply to this email directly or view it on GitHub < https://github.com/KayFishandChips/CIS-163-Final-Project/issues/1#issuecomment-94541155

.

— Reply to this email directly or view it on GitHub https://github.com/KayFishandChips/CIS-163-Final-Project/issues/1#issuecomment-94542816 .

stonepiersma commented 9 years ago

Tested submit with location blank: sets point at 0,0, so its not grabbing user location.

stonepiersma commented 9 years ago

Cosmetic update to overall app. Buttons now blend with the activities, I think it looks pretty this way. Spinners in SubmitActivity.xml should be labeled Primary and Secondary Categories. Josh - You set them up originally I think? Im not sure how to edit the menu options. Probably simple but Im going to take a shower and then work on getting the activity to get the user location for submission

stonepiersma commented 9 years ago

Location aware now. Will set the point at the current user location. Just need to adjust spinner titles and have Parse classes updated with verification field and this can be marked complete

stonepiersma commented 9 years ago

Verification field works now. Need to set current date to last verified date as well. Not necessary for Play Store publishing, can be implemented after