Results 18 issues of 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...

enhancement
good first issue

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...

enhancement
help wanted
good first issue

- 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.

enhancement
good first issue

- Add functionality for audio message recording and upload. - Implement audio playback within the chat. - Create a dedicated message type for audio messages.

enhancement
good first issue

- Integrate with geolocation APIs to obtain user location. - Enable sharing of location within chats. - Add a new message type specifically for location sharing.

enhancement
good first issue

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...

enhancement
good first issue

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...

enhancement
good first issue