Giter Site home page Giter Site logo

security-force-monitor / research-handbook Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 2.0 14.42 MB

Security Force Monitor's Research Handbook - full documentation of SFM data model, methodology and brief overview of what to find in WhoWasInCommand

Home Page: https://help.securityforcemonitor.org

License: Other

Makefile 0.02% CSS 0.76% JavaScript 2.96% HTML 96.10% Batchfile 0.03% Python 0.11%
human-rights armed-forces armed-conflicts osint air-force army military police security

research-handbook's People

Contributors

tlongers avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

lx88882 dekoder

research-handbook's Issues

Remove stub internationalisation?

the ~es locale is active in the version of the Handbook that is pushed to RTD, but is not translated.I set this up to provide a working localisation infrastructure (via Sphinx's own internationalisation feature and Transifex), but this has not been used. If we're not using it for now, there's no loss in removing it to keep the repo uncluttered; easy to restore when we do now we know how to do it. Views?

Consider changing the data types to something less internal

Screenshot 2023-09-26 at 15 23 23

In this column, the data types are named by their internal validation function for clojure.spec. As these are relatively arbitratily named, I would suggest changing them out for something 1) used more widely and 2) further abstracted 3) reveals less about inner implementation.

One such solution would be to use the Typescript standard, as that is becoming a very widely used type system.

the changes would look like this

inner implementation typed reference as multiple
uuid-string uuid uuid[]
strings<->uuids uuid[] uuid[]
single-string string string[]
cell-list string[] string[]
YN<->bool boolean boolean[]
string-date<->timestamp timestamp timestamp[]
status "3" \ "2" \ "1" Array<"3" \ "2" \ "1">

optional values get added question marks. string?, string[]?, etc

Review deploy process to ReadTheDocs

  • Check what webhooks are doing: they currently seem to trigger a deploy when anything is pushed to one of the branches that RTD is actively monitoring.
  • Check if sphinx build process is actually done by RTD at the point of deployment, or whether it needs to remain a local process done prior to pushing to github

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.