CCExtractor / beacon-backend

backend for the beacon app, gsoc 2021
MIT License
8 stars 38 forks source link

feature: showAdminName parameter added and populating leader of beacon #378

Closed RunTerror closed 1 month ago

RunTerror commented 8 months ago
  1. Made changes typedefs for adding showAdminName parameter.
  2. Populating the leader of Beacons in group resolver of query.

now bool showAdmin will decide whether the creator of beacon wants to show their name to other members of a group. earlier leader of beacon was not populating which is required for showing leader name of beacon in group.

solves issues:

373 #375 #377

Akshatji800 commented 8 months ago

@RunTerror resolve the ci failing issues please