Muhammet Arslan
Muhammet Arslan
Hey everyone, First thank you for this amazing repo. My issue is about EdgeAS; ``` var output []map[string]interface{} _, err := r.Conn.QueryType("User"). Filter( dqlx.UID(uid), ). EdgeAs("total", "friendship", dqlx.Facets(dqlx.And{ dqlx.GtFn("requested_at", util.BeginningOfDay().Unix()),...
Hey everyone, First of all thank you a lot for this amazing package, it's so clear and work flawless. But I believe, I couldn't solve a problem. Example I've copied:...
- Add support for image uploads to the server. - Implement a feature to preview image messages in chat. - Create a new message type in the chat domain to...
To be able to showcase the system, we need to create an example client - Set up a new Vue.js(might change) project as an example client to connect with the...
- Implement video upload and storage. - Enable video previews and playback within the chat interface. - Add a new message type for video messages in the chat domain.
- Add functionality for audio message recording and upload. - Implement audio playback within the chat. - Create a dedicated message type for audio messages.
- Integrate with geolocation APIs to obtain user location. - Enable sharing of location within chats. - Add a new message type specifically for location sharing.
Implement functionality that allows users to edit or delete their messages in chat rooms. This will enhance user experience by allowing corrections and removals. **Requirements:** API Endpoints: Extend existing APIs...
Implement a real-time system to indicate the online/offline status of users in a chat room. The feature will involve both server-side logic and WebSocket notifications to inform room participants of...