-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Feature Request] Posting/commenting #8
Comments
You are right, there is no such feature there :) This app was first developed just for browsing/viewing issues in together.jolla.com. The main reason for this is that the API provided by TJC is just read only API and there is no support for any kind of update operations. Later I have however implemented
which all are update operations to TJC. But for these features I need to use TJC webpage itself with JavaScrip. I.e. app is using the webview for doing those and also loading many data through webview. I think that posting answers/comments or even posting new questions could be possible to implement and it's number one priority already for the new features. But cannot yet promise when this will be implemented. |
Hi, I believe I have spotted a bug in the Together app. I'm running SF 1.1.1.27. |
Hi, |
Any update on this one? |
@modulebaan Sorry for late response. I did already started this feature some (long) time ago but faced some problems to implement it. And then I have not had time for this project for long time. The problem is that Askbot API does not not support any updated (it's completely read only API) and many earlier features also (like voting) I needed to implement by pure javascript on webview. That's quite laborous and get affected also whenever Jolla makes changes to jolla2gether webpage... Commenting and asnwering post is similar but there is now a problem that I cannot get javascript functions to work after my first function has changed the page and DOM is different (e.g. after clicking edit) and next function cannot find send button to click actual update to the portal. Whenever time again, hope soon, will look into it again. |
@tace No problem :) I understand how difficult it can be. |
Even after several days of using the app I still haven't figured out how to post new questions/answers/comments. Either I need help figuring out the UI or this a feature that I think should be added.
The text was updated successfully, but these errors were encountered: