Skip to content
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

Document FC features #211

Open
stanislavlevin opened this issue Feb 13, 2019 · 1 comment
Open

Document FC features #211

stanislavlevin opened this issue Feb 13, 2019 · 1 comment

Comments

@stanislavlevin
Copy link
Contributor

There is no document ( manpage, README, etc.) about FC features in details.
Looking at the logger code logger/fleet_commander_logger.py I see, that we have several high level trackers:

        GSettingsLogger(self.connmgr)                                           
        NMLogger(self.connmgr)                                                  
        ChromiumLogger(self.connmgr)                                            
        ChromeLogger(self.connmgr)                                              
        FirefoxLogger(self.connmgr)

Looks like something is tracking.
But actually, their features fully rely on underlying tracked app.
For example,

  1. I don't know whether FC traces Firefox bookmarks or not unless I check it.
  2. Or even more, FC tracked FF bookmarks yesterday, but today not. Assuming that today is my first day with FC I could think - "that's OK, bookmarks are not supported".

So, I mean that we don't have actual and complete list of supported features.
In other words, I don't know what to expect.

@aruiz
Copy link
Contributor

aruiz commented Feb 13, 2019

At the moment there is only one person working on Fleet Commander full time, we intend to write down docs once we achieve a number of engineering milestones. In the meantime any help would be welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants