
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
appraisermetrics_report_service
Advanced tools
Report Service app for AM app.
# will need a deploy key
gem 'appraisermetrics_report_service', git: 'https://github.com/StackPointCloud/appraisermetrics-report-service.git'
require 'appraisermetrics_report_service'
c = ClosedSale.new do
write_content(ruby_hash_object, images, office_logo) # => returns ClosedSaleObject which inherits from Prawn::Document
end
# ruby_hash_object is identical to Comp document, with references to the Mongo Shell removed (ISODate, ObjectID)
# images takes an array of image paths. [0] should be the profile image for the property
# office_logo takes a file path
# generate an eval report
r = EvalReport.new do
write_content(subject, comparables, logo, docs={})
# docs is an optional hash. All keys are should be filepaths, with the exception of
# :subjectphotos which is an Array of filepaths,
# subject is a hash, comparables is an array, logo is a filepath
end
# render it to file
r.render_file("some_name.pdf") => local directory pdf called "some_name" with extension .pdf
# stringIO
StringIO.new(r.render) => <StringIO>
pdf-reader
gem is used in specs to read content into testsSampler
class is used to generate sample ruby objects to be used in specs.To generate test pdf reports:
irb
load './spec/test_data/sampler'
# closed sale
Sampler.test_closed_sale
# eval report
Sampler.test_eval_report
FAQs
Unknown package
We found that appraisermetrics_report_service demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.