Harshit S
9/21/22, 7:29:47 AM EDT
Hi Christopher, I added Settings Screen as an Information Screen for Project and will try to add settings updation.
Harshit S
9/21/22, 1:42:45 PM EDT
Hi Christopher, We updated app on play store but we are facing some problem from App store.
Christopher B
9/22/22, 4:56:28 PM EDT
Please rename to "OpenInstitute OI" https://play.google.com/store/apps/details?id=org.openinstitute.chat2&hl=en&gl=US
Christopher B
9/25/22, 11:27:09 AM EDT
Bugs: I can't seem to login. The main login screen should not say Create Account. It should only have one button for creating new or logging in existing
Christopher B
9/25/22, 11:54:53 AM EDT
Harshit, I asked a new user to login and I am getting a report that the login form is just spinning. Let me know if you see anything wrong.
Christopher B
9/27/22, 10:21:34 AM EDT
Harshit: LOGIN:
Name O.I.
Make E-Mail field wider
Make left align
E-Mail Code -> Next
Remove Create Account
If no FirstName ask for Details and require FirstName
Add User Logo editing to Details Page
Make Logout faster
On Second page say:
Open Institute
email code was sent to ccccc@xxxxxx.com
Email will imediately arrive to you, if not found check in your SPAM folder
Enter code here:
Use password reminder to remember the email if they log out. To pick from existing
Create New Team Member Wizard
Add new Expenses
Alex G
9/29/22, 9:07:54 AM EDT
The image uploading feature is not working for me, it gets loading and loading without going further. I tried to upload photos only without video, but it doesn’t show any progress.
Christopher B
9/29/22, 9:49:51 AM EDT
Alex G
9/29/22, 11:22:29 AM EDT
When switching from Project to another Project in iOS App, the feed does not reflects the Profile one is in, but shows from another project.
Christopher B
10/4/22, 9:40:16 AM EDT
Christopher B
10/4/22, 10:24:52 AM EDT
Harshit: Parse the link to grab collectionid
Only handle community and channel
Have other finance links open the browser. Pass in the ?entermedia.key=sdfdsfsdfdsf
Release app
Limit Bank Account list by collection
Complete expenses
Move to using Client and closing (with cookies)
Store create gallery?
Christopher B
10/6/22, 9:41:51 AM EDT
int lastSlashPos = path.lastIndexOf('/');
if (lastSlashPos >= 0)
{
return path.substring(0, lastSlashPos); //strip off the slash
}
else
{
return ""; //we expect people to add + "/somedir on their own
}