Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transactions UI #156

Open
AlexeyAnshakov opened this issue Dec 10, 2015 · 5 comments
Open

Transactions UI #156

AlexeyAnshakov opened this issue Dec 10, 2015 · 5 comments

Comments

@AlexeyAnshakov
Copy link
Member

Сейчас в webGold есть страничка

http://webgold.wrioos.com/transactions

Внутри нее основной элемент - это реакт компонент Transactions, который показывает историю транзакций. Сейчас это все рендерится внутрь шаблона src/views/webgold-transactions.htm
Надо из шаблона убрать весь UI, чтобы остался только элемент transactions. И оформить этот элемент как виджет внутри iframe.
Этот iframe должен отображался как titter и webgold внутри WRIO InternetOS когда в пути есть

?transactions

Также надо скопировать код автовысоты с iframe titter и адаптировать его для iframe transactions.

balthazzar added a commit to balthazzar/webGold-WRIO-App that referenced this issue Dec 18, 2015
remove UI from template
AlexeyAnshakov added a commit that referenced this issue Dec 18, 2015
@AlexeyAnshakov
Copy link
Member Author

Надо убрать read и add comment. Для вызова транзакций добавить кнопку
transactions.

balthazzar added a commit to balthazzar/webGold-WRIO-App that referenced this issue Dec 20, 2015
balthazzar added a commit to balthazzar/WRIO-InternetOS that referenced this issue Dec 20, 2015
balthazzar added a commit to balthazzar/WRIO-InternetOS that referenced this issue Dec 20, 2015
balthazzar added a commit to balthazzar/webGold-WRIO-App that referenced this issue Dec 27, 2015
balthazzar added a commit to balthazzar/WRIO-InternetOS that referenced this issue Dec 27, 2015
AlexeyAnshakov added a commit that referenced this issue Dec 28, 2015
@AlexeyAnshakov
Copy link
Member Author

scr
отображается неправильно, см. прототип

webgold-transactions.htm

При переходах в меню с этой страницы нет реакции. Можно спросить @balthazzar , возможно, он сможет быстрее поправить, т.к. работал прежде над этой страницей.

В

0 WRG Add funds · USD  

ссылка "Add funds" работает неправильно. Перенести ее в

No funds. You're still able to make promised donations up to 500 WRG. Add funds

И сделать в виде кнопки. Убрать закрытие сообщения "x", оно должно отображаться всегда при нулевом балансе. Сделать в виде синего Info как это сделано для "Add funds".

Изменить
Please pay 1BTC to the bitcoin adress
на
Please send 1BTC to the bitcoin address

Поправить дизайн при "Add funds", сделать во всю ширину с автоподстройкой высоты. Убрать поля ввода средств после нажатия add funds. Поправить автовысоту титтера, при отображении сообщения не видна кнопка send.

Добавить Current balance строку на "Add funds".

После переключения между
Add comment·Add funds
список твитов пропадает.

@AlexeyAnshakov
Copy link
Member Author

Пока не делать описанное ниже:
Вместо ссылки "Transactions" сделать пункт меню как в прототипе

webgold-transactions.htm

ссылка будет в виде простой записи в JSON-LD

"itemListElement": [
{
"@type": "ItemList",
"name": "Transactions",
"description": "Transactions",
"image": "wrio.s3-website-us-east-1.amazonaws.com/Default-WRIO-Theme/img/no-photo-200x200.png",
"url": "webgold.wrioos.com?transactions"
}
]

@AlexeyAnshakov
Copy link
Member Author

AlexeyAnshakov commented May 18, 2016

Отображать

Current Balance 
Exchange Rate

над полем отправки комментария.

Поменять уведомление об ошибке

There was error during donation: "Unknown"

на

An unexpected error occurred during the donation

Добавить к

You're still able to make promised donations up to 500 WRG. Add funds
More information on donations and percentage can be found here

Ссылка "here" должна вести на https://webgold.wrioos.com/tutorial/donations.html (страницы пока нет)

См. Default-WRIO-Theme2/blogs-post.htm
info
отображать уведомление.

Изменить

See pending payments

на

Pending payments

Всегда отображать и сделать в виде бредкрампа. Отображать в виде https://getbootstrap.com/css/#tables-striped

После отправки твита выводить с нулевым донатом или при отсутствии автора, см. прототип blogs-post.htm:

The message has been sent! In a minute or two it'll appear below.

Please note: Twitter may block tweets from new accounts. Adding information to the profile (user profile url here) and user picture may help in such a case.

Если донат >0

The message has been sent! In a minute or two it'll appear below. You've donated 10 WRG. The author received 82%, which amounts to 8.2 WRG or 0.19 USD. Thank you!
More information on donations and percentage can be found here.

Please note: Twitter may block tweets from new accounts. Adding information to the profile (user profile url here) and user picture may help in such a case.

Ссылка "here" должна вести на https://webgold.wrioos.com/tutorial/donations.html (страницы пока нет)

При отправке твита не отображать рядом с кнопкой "Loading" и убрать "Ok"

@AlexeyAnshakov
Copy link
Member Author

AlexeyAnshakov commented Jun 18, 2016

Добавить "Current Balance" в логин-тикет пользователя

Registered: <date>
Current Balance: <sum>
Account: Basic

При нажатии открывать https://webgold.wrioos.com/?transactions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants