Justine West
Justine West
Work to go: - Add include argument to CLI - Add in dictionary metadata args - deployment name, framework version, project version, library versions - Unit tests - tracked in...
Added args for: - file imports - default string size - deployment name - framework version - project version - library versions - verbose  Started working on tests
Feedback: - remove verbose option
Removed verbose option. Also removed deployment option since we are getting this information from the topology name. Will move this into review today/tomorrow and link PR here
Created PR https://github.com/fprime-community/fpp/pull/395
Thanks @ljreder for the feedback! Here are some comments: 1. This is something we also thought about and decided it was good to go the more "verbose" route since it...
Work to go: - Finish adding in optional fields - Need to merge in data product branch of FPP and add record and container JSON generation - Add in fully...
Update: - Almost done adding in optional fields, just need telemetry channel limits. Updated spec to reflect changes: https://github.com/jwest115/fprime/commit/ab686ca67432725ba8d1cb3b9592df636dc26797 - Merged in branch that has DPs, added records and collections...
Work to go: - Need to add in dictionary metadata JSON - deployment name, framework version, project version, library versions, dictionary spec version - Update spec / JSON fields based...
Added in JSON for: - deployment name - framework version - project version - library versions - dictionary spec version Added verbose option so that certain fields (ie: command priority...