Christopher B
8/30/22, 9:58:43 AM EDT
Test Image is not attached to uploads
Not opening up the right chat conversation
Links in email should open up the app instead of a browser
Should not be getting alerts for my own chats. (check notification system, hard to fix)
Not remembering the app location. (could not get it working)
Search for projects should use type ahead (coud not get it working)
Setup Expenses area with ability to add new Expense
Harshit S
8/30/22, 12:53:19 PM EDT
Hi Christopher,
I solved upload attachment bug.
we need to provide "/" after sourcePath to create feed.
Harshit S
9/1/22, 11:35:56 AM EDT
Hi Christoper,
I have created secret.json from Google Cloud Service.
Harshit S
9/1/22, 1:45:37 PM EDT
Hi Christopher,
Firebase notifications are not working may be it's due to current change. can you please revert it for now. we can discuss later to improve the implementation. Please let me know when you will free for meet.
Harshit S
9/8/22, 2:30:48 PM EDT
Hi Christopher,
Work updates for today:
1. I set up notifactions based on data and now it will not show notifications on background for the same user. I tried to solve the notifaction bug on my dev server and I tested on that. (Please whenever you got time please update it on production as well.)
- Fix I did
remove inChannelLabel from all notification functions in
- entermedia-server/src/org/entermediadb/google/FireBase.java
- entermedia-server/src/org/entermediadb/google/GoogleManager.java
- entermedia-server/webapp/WEB-INF/base/entermedia/catalog/events/scripts/google/sendchatnotification.groovy
also add
data.put("body", inMessage);
Instead of
data.put("channellabel", inChannelLabel);
2. Added Crashlytics
3. created json for language change (Not created UI to change language. )
Christopher B
9/12/22, 12:20:13 AM EDT
Cristobal, can we make a few improvements. 1. For invoices please use the logo of the project in the invoices. Also take out the [EM] and put [OI] from catalog settings. 2. I am still seeing {"en":USD"} around the site and in emails. 3. Can we add a new section called "Reservations" that will make reservations for events. Like room reservations or event reservations.
Christopher B
9/13/22, 11:13:22 AM EDT
Harsit, I am not getting alerts from Firebase. I also do not see any fixes checked in for GoogleManager on the em10dev branch
Harshit S
9/13/22, 11:34:01 AM EDT
hi Christopher, I am available now if are free please let me know.
also I will push the changes I did on em10dev.
Harshit S
9/13/22, 1:05:44 PM EDT
Hi Christopher,
I don't have write access for entermedia-server so I am not able to push changes on em10dev.
Christopher B
9/13/22, 6:59:22 PM EDT
I think you do have access. Where do I find the changes you need pushed?
Christopher B
9/13/22, 8:37:13 PM EDT
Harshit: the project chat is not working. Does not save chats. Also, the project list is duplicating the list. I have hundreds listed.
Christopher B
9/14/22, 10:22:47 AM EDT
Harshit: I would like to add another button to the bottom of the app called "Messages" this would be an inbox that would list the most recent message from each channel in the order they come in.