eswak / chrome-ogame-ui-extension

A Google Chrome extension that enhances the OGame user interface by adding elements into it.
18 stars 23 forks source link

A feedback text field #61

Closed pawelzwronek closed 7 years ago

pawelzwronek commented 7 years ago

To ease for users giving feedback a text filed in UI++ settings tab with simple 'Send' button would be great. It would be faster and more anonymous than google store comments.

pawelzwronek commented 7 years ago

To ease even more and to encourage users this button could be placed on the bottom of every tab like this: feedback

eswak commented 7 years ago

👍

pawelzwronek commented 7 years ago

Is it possible to use google analytics to receive any string(with feedback text)? Or maybe github has any API to gather and display a list of strings?

eswak commented 7 years ago

hmmm I didn't think about github but they have a really good API I could make a text field that post new issues ? then I could use labels to sort things out (bugs vs ideas etc)

maybe google sheets can work too (append a row with text to a sheet)

I think google analytics will be a pain more than anything when it comes to read messages x)

pawelzwronek commented 7 years ago

We can try github then. Is it possible to add custom labels? I see also 2 or 3 radio buttons: 'Idea', 'Bug', 'Greetings' (optional:). I'm afraid of spam only. But first I think we should make Settings tab more userfriendly. Now it's a little cluttered.

pawelzwronek commented 7 years ago

Take a look at 66a52c1fa8eda5ea9d598c6608d744788722cf31 and the data goes here https://docs.google.com/spreadsheets/d/1OaPNzC-n4VIZ62bYb24TGU_9-Ky-ViCLoGP-aU81uCE/edit?usp=sharing

eswak commented 7 years ago

nice ^^ can you submit a PR so I can test it ?

pawelzwronek commented 7 years ago

Without PR it's unable to test it? 🤔

2017-09-25 16:39 GMT+02:00 Erwan Beauvois notifications@github.com:

nice ^^ can you submit a PR so I can test it ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/eswak/chrome-ogame-ui-extension/issues/61#issuecomment-331902464, or mute the thread https://github.com/notifications/unsubscribe-auth/AWfbCkzR0kMz3pfwtWX2Z6UhpmOWPtQuks5sl7sRgaJpZM4OiqTt .

eswak commented 7 years ago

It's just that I'm a noob and I don't know how to test otherwise 😝

I moved the feedback before the donation section so people would notice it better

pawelzwronek commented 7 years ago

:point_right:git checkout 66a52c1fa8eda5ea9d598c6608d744788722cf31 :point_left: :grinning:

eswak commented 7 years ago

I tried cherry-pick but the commit couldn't be found 😢