vocabulary change
This commit is contained in:
parent
bafb63e0b1
commit
54762cb63f
@ -1,4 +1,4 @@
|
|||||||
# Zanzibar Autonomous Zone
|
# Zanzibar Digital Freezone
|
||||||
|
|
||||||
Convenience, Safety and Privacy
|
Convenience, Safety and Privacy
|
||||||
|
|
||||||
@ -42,8 +42,8 @@ actix_mvc_app/
|
|||||||
|
|
||||||
1. Clone the repository:
|
1. Clone the repository:
|
||||||
```
|
```
|
||||||
git clone https://github.com/yourusername/zanzibar-autonomous-zone.git
|
git clone https://github.com/yourusername/zanzibar-digital-freezone.git
|
||||||
cd zanzibar-autonomous-zone
|
cd zanzibar-digital-freezone
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Build the project:
|
2. Build the project:
|
||||||
|
@ -516,11 +516,11 @@ impl AssetController {
|
|||||||
let mut zaz_token = Asset {
|
let mut zaz_token = Asset {
|
||||||
id: "asset-zaz-governance".to_string(),
|
id: "asset-zaz-governance".to_string(),
|
||||||
name: "ZAZ Governance Token".to_string(),
|
name: "ZAZ Governance Token".to_string(),
|
||||||
description: "Official governance token of the Zanzibar Autonomous Zone, used for voting on proposals and zone-wide decisions".to_string(),
|
description: "Official governance token of the Zanzibar Digital Freezone, used for voting on proposals and zone-wide decisions".to_string(),
|
||||||
asset_type: AssetType::Token,
|
asset_type: AssetType::Token,
|
||||||
status: AssetStatus::Active,
|
status: AssetStatus::Active,
|
||||||
owner_id: "entity-zaz-foundation".to_string(),
|
owner_id: "entity-zaz-foundation".to_string(),
|
||||||
owner_name: "Zanzibar Autonomous Zone Foundation".to_string(),
|
owner_name: "Zanzibar Digital Freezone Foundation".to_string(),
|
||||||
created_at: now - Duration::days(365),
|
created_at: now - Duration::days(365),
|
||||||
updated_at: now - Duration::days(2),
|
updated_at: now - Duration::days(2),
|
||||||
blockchain_info: None,
|
blockchain_info: None,
|
||||||
@ -663,7 +663,7 @@ impl AssetController {
|
|||||||
"filing_date": (now - Duration::days(210)).to_rfc3339(),
|
"filing_date": (now - Duration::days(210)).to_rfc3339(),
|
||||||
"grant_date": (now - Duration::days(120)).to_rfc3339(),
|
"grant_date": (now - Duration::days(120)).to_rfc3339(),
|
||||||
"patent_type": "Utility",
|
"patent_type": "Utility",
|
||||||
"jurisdiction": "Zanzibar Autonomous Zone",
|
"jurisdiction": "Zanzibar Digital Freezone",
|
||||||
"inventors": ["Dr. Amina Juma", "Eng. Ibrahim Hassan", "Dr. Sarah Mbeki"]
|
"inventors": ["Dr. Amina Juma", "Eng. Ibrahim Hassan", "Dr. Sarah Mbeki"]
|
||||||
}),
|
}),
|
||||||
image_url: Some("https://example.com/tidal_energy_diagram.png".to_string()),
|
image_url: Some("https://example.com/tidal_energy_diagram.png".to_string()),
|
||||||
|
@ -680,7 +680,7 @@ impl ContractController {
|
|||||||
toc: None,
|
toc: None,
|
||||||
id: "contract-005".to_string(),
|
id: "contract-005".to_string(),
|
||||||
title: "Digital Identity Verification Service Agreement".to_string(),
|
title: "Digital Identity Verification Service Agreement".to_string(),
|
||||||
description: "Agreement for providing digital identity verification services to businesses operating in the Zanzibar Autonomous Zone.".to_string(),
|
description: "Agreement for providing digital identity verification services to businesses operating in the Zanzibar Digital Freezone.".to_string(),
|
||||||
status: ContractStatus::Active,
|
status: ContractStatus::Active,
|
||||||
contract_type: ContractType::Service,
|
contract_type: ContractType::Service,
|
||||||
created_by: "Maya Rodriguez".to_string(),
|
created_by: "Maya Rodriguez".to_string(),
|
||||||
|
@ -188,7 +188,7 @@ impl FlowController {
|
|||||||
let mut flow1 = Flow {
|
let mut flow1 = Flow {
|
||||||
id: "flow-1".to_string(),
|
id: "flow-1".to_string(),
|
||||||
name: "ZAZ Business Entity Registration".to_string(),
|
name: "ZAZ Business Entity Registration".to_string(),
|
||||||
description: "Register a new business entity within the Zanzibar Autonomous Zone legal framework".to_string(),
|
description: "Register a new business entity within the Zanzibar Digital Freezone legal framework".to_string(),
|
||||||
flow_type: FlowType::CompanyRegistration,
|
flow_type: FlowType::CompanyRegistration,
|
||||||
status: FlowStatus::InProgress,
|
status: FlowStatus::InProgress,
|
||||||
owner_id: "user-1".to_string(),
|
owner_id: "user-1".to_string(),
|
||||||
|
@ -230,7 +230,7 @@ impl GovernanceController {
|
|||||||
creator_id: 1,
|
creator_id: 1,
|
||||||
creator_name: "Ibrahim Faraji".to_string(),
|
creator_name: "Ibrahim Faraji".to_string(),
|
||||||
title: "Establish Zanzibar Digital Trade Hub".to_string(),
|
title: "Establish Zanzibar Digital Trade Hub".to_string(),
|
||||||
description: "This proposal aims to create a dedicated digital trade hub within the Zanzibar Autonomous Zone to facilitate international e-commerce for local businesses. The hub will provide logistics support, digital marketing services, and regulatory compliance assistance to help Zanzibar businesses reach global markets.".to_string(),
|
description: "This proposal aims to create a dedicated digital trade hub within the Zanzibar Digital Freezone to facilitate international e-commerce for local businesses. The hub will provide logistics support, digital marketing services, and regulatory compliance assistance to help Zanzibar businesses reach global markets.".to_string(),
|
||||||
status: ProposalStatus::Active,
|
status: ProposalStatus::Active,
|
||||||
created_at: now - Duration::days(5),
|
created_at: now - Duration::days(5),
|
||||||
updated_at: now - Duration::days(5),
|
updated_at: now - Duration::days(5),
|
||||||
@ -242,7 +242,7 @@ impl GovernanceController {
|
|||||||
creator_id: 2,
|
creator_id: 2,
|
||||||
creator_name: "Amina Salim".to_string(),
|
creator_name: "Amina Salim".to_string(),
|
||||||
title: "ZAZ Sustainable Tourism Framework".to_string(),
|
title: "ZAZ Sustainable Tourism Framework".to_string(),
|
||||||
description: "A comprehensive framework for sustainable tourism development within the Zanzibar Autonomous Zone. This proposal outlines environmental standards, community benefit-sharing mechanisms, and digital infrastructure for eco-tourism businesses. It includes tokenization standards for tourism assets and a certification system for sustainable operators.".to_string(),
|
description: "A comprehensive framework for sustainable tourism development within the Zanzibar Digital Freezone. This proposal outlines environmental standards, community benefit-sharing mechanisms, and digital infrastructure for eco-tourism businesses. It includes tokenization standards for tourism assets and a certification system for sustainable operators.".to_string(),
|
||||||
status: ProposalStatus::Approved,
|
status: ProposalStatus::Approved,
|
||||||
created_at: now - Duration::days(15),
|
created_at: now - Duration::days(15),
|
||||||
updated_at: now - Duration::days(2),
|
updated_at: now - Duration::days(2),
|
||||||
@ -266,7 +266,7 @@ impl GovernanceController {
|
|||||||
creator_id: 1,
|
creator_id: 1,
|
||||||
creator_name: "Ibrahim Faraji".to_string(),
|
creator_name: "Ibrahim Faraji".to_string(),
|
||||||
title: "ZAZ Regulatory Framework for Digital Financial Services".to_string(),
|
title: "ZAZ Regulatory Framework for Digital Financial Services".to_string(),
|
||||||
description: "Establish a comprehensive regulatory framework for digital financial services within the Zanzibar Autonomous Zone. This includes licensing requirements for crypto exchanges, digital payment providers, and tokenized asset platforms operating within the zone, while ensuring compliance with international AML/KYC standards.".to_string(),
|
description: "Establish a comprehensive regulatory framework for digital financial services within the Zanzibar Digital Freezone. This includes licensing requirements for crypto exchanges, digital payment providers, and tokenized asset platforms operating within the zone, while ensuring compliance with international AML/KYC standards.".to_string(),
|
||||||
status: ProposalStatus::Rejected,
|
status: ProposalStatus::Rejected,
|
||||||
created_at: now - Duration::days(20),
|
created_at: now - Duration::days(20),
|
||||||
updated_at: now - Duration::days(5),
|
updated_at: now - Duration::days(5),
|
||||||
@ -290,7 +290,7 @@ impl GovernanceController {
|
|||||||
creator_id: 5,
|
creator_id: 5,
|
||||||
creator_name: "Omar Makame".to_string(),
|
creator_name: "Omar Makame".to_string(),
|
||||||
title: "Zanzibar Renewable Energy Microgrid Network".to_string(),
|
title: "Zanzibar Renewable Energy Microgrid Network".to_string(),
|
||||||
description: "Develop a network of renewable energy microgrids across the Zanzibar Autonomous Zone using tokenized investment and community ownership models. This proposal outlines the technical specifications, governance structure, and token economics for deploying solar and tidal energy systems that will ensure energy independence for the zone.".to_string(),
|
description: "Develop a network of renewable energy microgrids across the Zanzibar Digital Freezone using tokenized investment and community ownership models. This proposal outlines the technical specifications, governance structure, and token economics for deploying solar and tidal energy systems that will ensure energy independence for the zone.".to_string(),
|
||||||
status: ProposalStatus::Active,
|
status: ProposalStatus::Active,
|
||||||
created_at: now - Duration::days(10),
|
created_at: now - Duration::days(10),
|
||||||
updated_at: now - Duration::days(9),
|
updated_at: now - Duration::days(9),
|
||||||
@ -302,7 +302,7 @@ impl GovernanceController {
|
|||||||
creator_id: 6,
|
creator_id: 6,
|
||||||
creator_name: "Saida Juma".to_string(),
|
creator_name: "Saida Juma".to_string(),
|
||||||
title: "ZAZ Educational Technology Initiative".to_string(),
|
title: "ZAZ Educational Technology Initiative".to_string(),
|
||||||
description: "Establish a comprehensive educational technology program within the Zanzibar Autonomous Zone to develop local tech talent. This initiative includes coding academies, blockchain development courses, and digital entrepreneurship training, with a focus on preparing Zanzibar's youth for careers in the zone's growing digital economy.".to_string(),
|
description: "Establish a comprehensive educational technology program within the Zanzibar Digital Freezone to develop local tech talent. This initiative includes coding academies, blockchain development courses, and digital entrepreneurship training, with a focus on preparing Zanzibar's youth for careers in the zone's growing digital economy.".to_string(),
|
||||||
status: ProposalStatus::Draft,
|
status: ProposalStatus::Draft,
|
||||||
created_at: now - Duration::days(3),
|
created_at: now - Duration::days(3),
|
||||||
updated_at: now - Duration::days(2),
|
updated_at: now - Duration::days(2),
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block title %}About - Zanzibar Autonomous Zone{% endblock %}
|
{% block title %}About - Zanzibar Digital Freezone{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h1 class="card-title">About Zanzibar Autonomous Zone</h1>
|
<h1 class="card-title">About Zanzibar Digital Freezone</h1>
|
||||||
<p class="card-text">Convenience, Safety and Privacy</p>
|
<p class="card-text">Convenience, Safety and Privacy</p>
|
||||||
|
|
||||||
<h2 class="mt-4">Technology Stack</h2>
|
<h2 class="mt-4">Technology Stack</h2>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>{% block title %}Zanzibar Autonomous Zone{% endblock %}</title>
|
<title>{% block title %}Zanzibar Digital Freezone{% endblock %}</title>
|
||||||
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
|
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
|
||||||
<link rel="stylesheet" href="https://unpkg.com/unpoly@3.7.2/unpoly.min.css">
|
<link rel="stylesheet" href="https://unpkg.com/unpoly@3.7.2/unpoly.min.css">
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css">
|
||||||
@ -64,7 +64,7 @@
|
|||||||
<button class="navbar-toggler d-md-none me-2" type="button" id="sidebarToggle" aria-label="Toggle navigation">
|
<button class="navbar-toggler d-md-none me-2" type="button" id="sidebarToggle" aria-label="Toggle navigation">
|
||||||
<i class="bi bi-list text-white"></i>
|
<i class="bi bi-list text-white"></i>
|
||||||
</button>
|
</button>
|
||||||
<h5 class="mb-0">Zanzibar Autonomous Zone</h5>
|
<h5 class="mb-0">Zanzibar Digital Freezone</h5>
|
||||||
</div>
|
</div>
|
||||||
<div class="d-none d-md-flex">
|
<div class="d-none d-md-flex">
|
||||||
<ul class="navbar-nav flex-row">
|
<ul class="navbar-nav flex-row">
|
||||||
@ -199,7 +199,7 @@
|
|||||||
<a class="text-white text-decoration-none mx-2" href="/contact">Contact</a>
|
<a class="text-white text-decoration-none mx-2" href="/contact">Contact</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4 text-center text-md-end">
|
<div class="col-md-4 text-center text-md-end">
|
||||||
<small>© 2024 Zanzibar Autonomous Zone</small>
|
<small>© 2024 Zanzibar Digital Freezone</small>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block title %}Contact - Zanzibar Autonomous Zone{% endblock %}
|
{% block title %}Contact - Zanzibar Digital Freezone{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
@ -342,7 +342,7 @@
|
|||||||
{% if contract.organization %}
|
{% if contract.organization %}
|
||||||
<p><strong>{{ contract.organization }}</strong></p>
|
<p><strong>{{ contract.organization }}</strong></p>
|
||||||
<p class="text-muted">
|
<p class="text-muted">
|
||||||
<i class="bi bi-building me-1"></i> Registered in Zanzibar Autonomous Zone
|
<i class="bi bi-building me-1"></i> Registered in Zanzibar Digital Freezone
|
||||||
</p>
|
</p>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p class="text-muted">No organization specified</p>
|
<p class="text-muted">No organization specified</p>
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{# Updated template with card blocks - 2025-04-22 #}
|
{# Updated template with card blocks - 2025-04-22 #}
|
||||||
{% block title %}Home - Zanzibar Autonomous Zone{% endblock %}
|
{% block title %}Home - Zanzibar Digital Freezone{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h1 class="card-title text-center mb-4">Zanzibar Autonomous Zone</h1>
|
<h1 class="card-title text-center mb-4">Zanzibar Digital Freezone</h1>
|
||||||
<p class="card-text text-center lead mb-5">Convenience, Safety and Privacy</p>
|
<p class="card-text text-center lead mb-5">Convenience, Safety and Privacy</p>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
Loading…
Reference in New Issue
Block a user