Giter VIP home page Giter VIP logo

army-supplement-management's Introduction

ArmySupplementManagement

General Information

An army supplement management database topology, which describes main army management structure for one exact military base out of the external topology context.

In order to gain logical isolation of data all the top-tier structures are separated by prefix.

As the future update namespaces can be separated into different clusters using replication mechanism. The usage of namespace per instance approach gives an opportunity to allocate system resources specific to each database(namespace).

Namespace

  • Staff
    • Represents data related to military personnel.
  • Equipment inventory
    • Represents all the inventory related data, including different type of stuff, which can be assigned to military personnel.
  • Logistics
    • Represents set of data related to logistics operations, including assignments, available routes and registered cargo.
  • Administration
    • Represents data related to administrated activities, including deployment and training records, granted permissions.
  • Communication
    • Represents list of journals related to administration, logistics and equipment inventory

Entity

  • staff_personnel
    • Represents military staff personal details
  • staff_rank
    • Represents all the available military ranks
  • equipment_inventory_arms_assignments
    • Represents all the declared arms inventory allocation assignments
  • equipment_inventory_arms_disposition
    • Represents all the available arms for disposition in the inventory
  • equipment_inventory_arms_type
    • Represents all the available arms kinds in the inventory
  • equipment_inventory_vehicles_assignments
    • Represents all the declared vehicles inventory allocation assignments
  • equipment_inventory_vehicles_disposition
    • Represents all the available vehicles for disposition in the inventory
  • equipment_inventory_vehicles_type
    • Represents all the available vehicles kinds in the inventory
  • equipment_inventory_attachments_assignments
    • Represents all the declared attachments inventory allocation assignments
  • equipment_inventory_attachments_disposition
    • Represents all the available attachments for disposition in the inventory
  • equipment_inventory_attachments_type
    • Represents all the available attachments kinds in the inventory
  • logistics_assignments
    • Represents all the declared logistics assignments
  • logistics_route
    • Represents logistics route
  • logistics_cargo
    • Represents logistics cargo
  • communication_logistics_journal
    • Represents all the log records related to logistics operations
  • communication_logistics_journal_topic
    • Represents all the possible log topics used by logistics related operations
  • communication_administration_journal
    • Represents all the log records related to administrative operations
  • communication_administration_journal_topic
    • Represents all the possible log topics used by administrative related operations
  • communication_equipment_inventory_journal
    • Represents all the log records related to equipment inventory operations
  • communication_equipment_inventory_journal_topic
    • Represents all the possible log topics used by equipment inventory related operations
  • administration_trainings
    • Represents all the details related to trainings initiated for subordinate military personnel
  • administration_trainings_topic
    • Represents all the possible training topics
  • administration_deployment_records
    • Represents all the personnel deployment details
  • administration_permissions
    • Represents all the granted permissions for military personnel
  • administration_permission_entries
    • Represents all the possible kinds of permissions, which can be granted

Relation

  • staff_personnel one or many to exactly one staff_rank
  • equipment_inventory_arms_assignments one or many to exactly one equipment_inventory_arms_disposition
  • equipment_inventory_arms_assignments one or many to exactly one staff_personnel
  • equipment_inventory_arms_disposition one or many to exactly one equipment_inventory_arms_type
  • equipment_inventory_vehicles_assignments one or many to exactly one equipment_inventory_vehicles_disposition
  • equipment_inventory_vehicles_assignments one or many to exactly one staff_personnel
  • equipment_inventory_vehicles_disposition one or many to exactly one equipment_inventory_vehicles_type
  • equipment_inventory_attachments_assignments one or many to exactly one equipment_inventory_attachments_disposition
  • equipment_inventory_attachments_assignments one or many to exactly one staff_personnel
  • equipment_inventory_attachments_disposition one or many to exactly one equipment_inventory_attachments_type
  • logistics_assignments one or many to exactly one logistics_route
  • logistics_assignments one or many to exactly one logistics_cargo
  • logistics_assignments one or many to exactly one staff_personnel
  • communication_logistics_journal one or many to exactly one logistics_assignments
  • communication_logistics_journal one or many to exactly one communication_logistics_journal_topic
  • communication_logistics_journal one or many to exactly one staff_personnel
  • communication_administration_journal one or many to exactly one communication_administration_journal_topic
  • communication_administration_journal one or many to exactly one staff_personnel
  • communication_equipment_inventory_journal one or many to exactly one communication_equipment_inventory_journal_topic
  • communication_equipment_inventory_journal one or many to exactly one staff_personnel
  • administration_trainings one or many to exactly one staff_personnel
  • administration_trainings one or many to exactly one administration_trainings_topic
  • administration_deployment_records one or many to exactly one staff_personnel
  • administration_permissions one or many to exactly one staff_personnel
  • administration_permissions one or many to exactly one administration_permission_entries

Normalization

Normalization was not required, because all of the entities have already been transformed to 3NF(normalization form).

army-supplement-management's People

Contributors

yarikrevich avatar

Watchers

 avatar  avatar

army-supplement-management's Issues

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.