-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] "RECON" feed automatic creation on deployment #69
Comments
You can also do a automatic invitation to users that have not subscribed to the feed. This can be based on user login to server. |
Yes, this would be great.
A "feed preset" or tak configuration preset (?) should be developed for some user group. A "General" for most usergroups, more specialized ones to well, more specialized use cases. Relates to the KC group idea of presets. To be considered
3b1. Eg if we had preset called "Company" that creates groups Team1, Team2 and CP, we want to use these groups in the TAK product as well as in the BattleLog product. Well probably so, that in Rasenmaeher we offer few Group Presets, and in TAKIntegration you can (if you so wish) match a Group Preset (eg. "Company") that Rasenmaeher offers? TLDRMake it so that users have to do MINIMAL manual repetitive config - that they have to do anyway, unless we Automatize it. So automating feed creation would be super. |
1./2. For the Recon feed there should be predetermined basic settings. I believe the default role should be subscriber (read/write to feed, but no deleting or altering feed) and if the server admin wants/needs they could change it to read-only and specify who has write privileges. Problem with different privileges is it is not group based, it is client uid based. https://docs.tak.gov/api/takserver#tag/mission-api/operation/setMissionRole |
We want probably to spawn X feeds automatically (minimal, but some - some that are about always used) and so support users to do Good Basic Things. Not just "recon" feed so. Feed names and how they are configured at that automatic deployment are of course just conventions but for making things easy, we probably want some convention
|
Yeah, so like CompanyRECON-feed, Platoon1-feed, Platoon2-feed etc. To accomplish this we need pretty specific organisation maps and it is not too flexible. These could come from the Organization Hierarchy import but the problem with read-only feeds is that you have to specify what devices get write and it would have to be a specific group and we need group management for that. This could be future feature reguest goal once we get RECON -feed automatic creation and group management working. |
Need a API command to create RECON-feed for takserver as it is deployed. This is needed to have the first mission ready when the users come to the server. Possibly this can be created after first admin is created if there isn't a user id that can be used.
API description from tak.gov:
https://docs.tak.gov/api/takserver#tag/mission-api/operation/createMission
API can also be seen from the takserver with swagger:
https://host/IP:8443/swagger-ui/index.html
Information for the API to create RECON feed:
name: RECON
creatorUid: ?? / first admin?
group: default / tak_default (depends on the group naming)
description: Recon feed for validated information
defaultRole: MISSION_SUBSCRIBER
keywords: #RECON
The text was updated successfully, but these errors were encountered: