Skip to content

Commit

Permalink
add: roadmap (#485)
Browse files Browse the repository at this point in the history
* Refactor and enhance schemas and pages for improved structure and functionality

- Removed unused schemas and imports from config.ts, including pressSchema and docsHomePage.
- Introduced new homepageSchema and roadmapSchema for better organization of content.
- Updated blog and community page schemas to streamline data handling.
- Added new roadmap pages to enhance navigation and accessibility for Akash Network roadmaps.
- Improved type definitions in blog pages for better TypeScript support.
- Cleaned up comments and unnecessary code across various schema files for clarity.

These changes aim to optimize the content structure and improve the overall maintainability of the project.

* Add Quarter Navigation component and background image for roadmap pages

- Introduced a new `QuarterNavigation` component to enhance user navigation through quarterly roadmaps.
- Added a new background image (`line-dashed.svg`) for visual styling in the roadmap sections.
- Updated `tailwind.config.cjs` to include the new background image configuration.
- Modified the roadmap page layout to integrate the `QuarterNavigation` component and improve overall user experience.

These changes aim to improve the accessibility and visual appeal of the Akash Network roadmap pages.

* Add RoadmapCard component and update roadmap pages for improved structure

- Introduced a new `RoadmapCard` component to encapsulate roadmap display logic, enhancing code reusability and readability.
- Replaced inline roadmap rendering in the roadmap index pages with the new `RoadmapCard` component for better maintainability.
- Updated the `README.md` title for AEP 10 to correct a typo.
- Enhanced the roadmap detail pages to include navigation to the next roadmap, improving user experience.

These changes aim to streamline the roadmap presentation and improve the overall navigation within the Akash Network roadmap pages.

* Refactor roadmap page to utilize dynamic prose classes for improved styling

- Imported `docsProseClasses` to enhance the article styling on the roadmap detail pages.
- Updated the article element to use the dynamic class for better maintainability and consistency in design.

These changes aim to streamline the visual presentation of the roadmap content and improve the overall user experience.

* Enhance roadmap components and update AEP metadata

- Updated `roadmap-card.astro` to safely access roadmap properties using optional chaining, improving robustness against undefined values.
- Introduced a new `RoadmapLink` component in `header.astro` for better navigation to the roadmap section.
- Updated `README.md` files for AEP 5 and AEP 9 to correct the AEP numbers, ensuring accurate documentation.

These changes aim to improve the user experience and maintainability of the roadmap features.

* Refactor roadmap structure and enhance configuration

- Introduced a new `roadmap.astro` component to centralize roadmap rendering, improving code organization and reusability.
- Updated the `index.astro` page to utilize the new `Roadmap` component, streamlining the rendering process.
- Removed deprecated inline rendering code from the roadmap index page for better maintainability.
- Enhanced the `redirects.ts` file to dynamically point the `/roadmap` route to the current year, improving user navigation.

These changes aim to improve the structure, maintainability, and user experience of the Akash Network roadmap features.

* Refactor and enhance roadmap components for improved navigation and styling

- Updated `QuarterNavigation` component to streamline scroll handling and improve active quarter detection.
- Enhanced `roadmap-card.astro` for better responsiveness and layout adjustments.
- Refined `roadmap.astro` to improve section structure and styling consistency.
- Added a new `README.md` for AEP 12 detailing the Akash Network Upgrade Proposal, including motivation, challenges, and budget breakdown.
- Improved layout and spacing in `index.astro` for better user experience.

These changes aim to enhance the overall structure, maintainability, and user experience of the Akash Network roadmap features.

* Add 'Roadmap' link to hamburger menu for improved navigation

* Adjust spacing in roadmap component for improved layout consistency

* Remove 'Type' display from roadmap details in index.astro for cleaner presentation

* Refactor layout and styling in roadmap components for improved user experience

- Updated `QuarterNavigation` to adjust alignment for better visual consistency.
- Enhanced `roadmap-card.astro` to improve item alignment and responsiveness.
- Refined `roadmap.astro` for better section positioning and styling consistency.
- Modified `index.astro` to ensure proper margin handling for the next roadmap display.

These changes aim to enhance the overall structure and maintainability of the Akash Network roadmap features.

* Update roadmap component styles and dynamic year in navigation

- Adjusted CSS classes in `roadmap.astro` for improved layout and responsiveness.
- Updated the 'Roadmap' link in the hamburger menu to dynamically include the current year, enhancing navigation accuracy.

These changes aim to refine the user experience and maintainability of the Akash Network roadmap features.

* Update index.astro to improve badge styling and layout consistency

- Modified the class for the status badge in `index.astro` to include `whitespace-nowrap`, ensuring the text does not wrap and maintains a cleaner presentation.
- This change enhances the visual consistency of the roadmap details, aligning with previous efforts to refine the user experience across roadmap components.

* Enhance styling and responsiveness in roadmap components

- Updated `QuarterNavigation` to improve hover effects and active quarter styling for better user interaction.
- Enhanced `roadmap-card.astro` with hover effects and transition for improved visual feedback.
- Refined `roadmap.astro` to include hover effects on year links, enhancing user experience and interactivity.

These changes aim to provide a more engaging and consistent user experience across the Akash Network roadmap features.

* Refactor roadmap components and enhance metadata handling

- Updated `roadmap-link.tsx` to dynamically calculate the year for roadmap links based on the current date, improving navigation accuracy.
- Enhanced `index.astro` to safely access roadmap dates using optional chaining, ensuring robustness against undefined values.
- Modified `roadmap.ts` schema to make several fields optional, improving flexibility in roadmap data handling.
- Added new README.md files for AEP 40 to AEP 56, detailing various Akash Network proposals and their motivations.

These changes aim to improve the structure, maintainability, and user experience of the Akash Network roadmap features.

* Update redirects to dynamically calculate the roadmap year based on the current date

- Refactored the `redirects.ts` file to determine the year for the `/roadmap` link based on whether the current date is before January 10, enhancing navigation accuracy.
- This change improves the user experience by ensuring the roadmap link always points to the correct year, aligning with previous efforts to refine the Akash Network roadmap features.

* Refactor roadmap navigation and link handling for improved accuracy

- Removed the static 'Roadmap' link from the hamburger menu and replaced it with a dynamic link that utilizes the new `getYearToUse` function for accurate year calculation.
- Updated the `roadmap.astro` component to enhance the layout with overflow handling for better responsiveness.
- Deleted the `roadmap-link.tsx` component as its functionality has been integrated into the navigation logic.

These changes aim to streamline the roadmap navigation experience and ensure the correct year is always displayed, enhancing user interaction with the Akash Network roadmap features.

* Update PopOverNavItemNetwork styles for improved layout and readability

- Increased padding in the link for better touch target size and user interaction.
- Changed text color class for the description to enhance contrast and readability.

These changes aim to refine the user experience in the navigation popover of the Akash Network.

* Update README.md and SVG files for enhanced clarity and structure

- Revised the README.md for AEP 56 to improve the clarity of the Feature Discovery Service (FDS) functionality, including detailed resource snapshot information.
- Enhanced the SVG diagram in AEP 9 to improve visual representation and layout, adding new elements and refining existing ones for better readability.

These changes aim to provide clearer documentation and improved visual aids for the Akash Network features.

* Refactor SVG diagram in AEP 9 for improved clarity and structure

- Updated the SVG file to enhance visual representation, including streamlined paths and improved text elements for better readability.
- Removed redundant attributes and optimized the layout for a cleaner presentation of the diagram.

These changes aim to provide clearer visual aids for the Akash Network features, aligning with previous efforts to enhance documentation and user experience.

* Refactor next roadmap display logic for conditional rendering

- Updated `index.astro` to conditionally render the next roadmap section only if `nextRoadmap` is available, improving layout responsiveness and preventing unnecessary rendering.
- This change enhances the user experience by ensuring that roadmap information is displayed accurately and only when relevant, aligning with ongoing efforts to refine the Akash Network roadmap features.

* Enhance roadmap components with dynamic year handling and improved date display

- Updated `roadmap-card.astro` to conditionally render estimated and completion dates, enhancing clarity for users.
- Modified `hamburger-menu.tsx` and `header.astro` to pass the latest roadmap year dynamically, ensuring accurate navigation links.
- Refactored `links.tsx` to simplify the roadmap link structure, improving maintainability.
- Adjusted `index.astro` to enhance layout responsiveness and display roadmap dates more effectively.
- Updated `redirects.ts` to set the roadmap link to the current year directly, streamlining navigation.

These changes aim to improve user experience and maintainability of the Akash Network roadmap features.

* Refactor roadmap components and utilities for improved date handling and organization

- Introduced new utility functions in `roadmap-helpers.ts` for categorizing roadmaps by quarter and sorting them by date, enhancing code organization and reusability.
- Updated `header.astro` to utilize the `getYearToUse` function for dynamic year handling in the navigation.
- Refactored `index.astro` and `[slug]/index.astro` to leverage new utility functions for improved roadmap year retrieval and sorting logic.
- Simplified the `redirects.ts` to dynamically set the roadmap link based on the current year, streamlining navigation.

These changes aim to enhance the maintainability and user experience of the Akash Network roadmap features.

* Refactor date handling in roadmap components for improved accuracy

- Introduced `getRelevantDate` utility function to enhance date calculations in `index.astro`, ensuring accurate quarter determination based on roadmap creation date.
- Updated imports in `index.astro` to include the new date utility, streamlining the code and improving maintainability.

These changes aim to refine the date handling logic within the Akash Network roadmap features, enhancing overall user experience and data accuracy.

* Refactor resolution display in roadmap component for conditional rendering

- Updated `index.astro` to conditionally render the resolution link only if it is available, enhancing layout responsiveness and preventing unnecessary rendering.
- This change improves the user experience by ensuring that roadmap information is displayed accurately and only when relevant, aligning with ongoing efforts to refine the Akash Network roadmap features.

* Refactor discussion and resolution links in roadmap component for improved conditional rendering

- Updated `index.astro` to conditionally render the discussion and resolution links only if they are available, enhancing layout responsiveness and preventing unnecessary rendering.
- This change improves the user experience by ensuring that relevant roadmap information is displayed accurately, aligning with ongoing efforts to refine the Akash Network roadmap features.

* Refactor conditional rendering of discussion and resolution links in roadmap component

- Updated `index.astro` to improve the conditional rendering logic for discussion and resolution links, ensuring they are displayed only when relevant data is available. This change enhances layout responsiveness and user experience by preventing unnecessary rendering of empty elements.
- Aligns with ongoing efforts to refine the Akash Network roadmap features for better clarity and usability.

* Add roadmap components for enhanced navigation and display

* Enhance roadmap components with tooltip integration and layout improvements

- Introduced a new `RoadmapTooltip` component to provide contextual information on roadmap items, indicating their completion status.
- Updated `roadmap-card.astro` to utilize the tooltip, replacing the previous status display for a cleaner interface.
- Refactored layout in `index.astro` to improve conditional rendering of discussion and resolution links, ensuring they are displayed only when relevant data is available.
- Simplified text in `roadmap.astro` for better readability and clarity.

These changes aim to improve user experience and maintainability of the Akash Network roadmap features.

* Refactor roadmap-card component for improved layout and responsiveness

- Updated the `roadmap-card.astro` file to enhance the layout by removing the fixed width class and ensuring the component adapts better to varying screen sizes.
- This change aims to improve the user experience by providing a more flexible and visually appealing roadmap display, aligning with ongoing efforts to refine the Akash Network roadmap features.

* Enhance roadmap components with tooltip delay and state management improvements

- Updated `RoadmapTooltip` to include an open delay for better user interaction.
- Refactored `YearSelector` to improve initialization logic and enhance the Swiper component's layout and responsiveness.
- Adjusted Swiper settings for better user experience, including changes to slide behavior and spacing.

These changes aim to refine the user experience and maintainability of the Akash Network roadmap features.

* Refactor YearSelector component for improved layout and Swiper configuration

- Updated the `YearSelector.tsx` to enhance the layout by adjusting the CSS classes for better responsiveness.
- Modified Swiper settings to optimize slide behavior, including removing unnecessary offsets for a smoother user experience.
- These changes aim to refine the user interface and maintainability of the Akash Network roadmap features.

* Enhance YearSelector component with improved Swiper interaction and configuration

- Added a new `handleYearClick` function to facilitate smoother navigation between years in the Swiper component.
- Adjusted Swiper settings, including disabling sticky mode and modifying touch ratio and slide behavior for better user experience.
- Updated the mapping of years to include the index for click handling, ensuring accurate slide transitions.

These changes aim to refine the user interface and interaction within the Akash Network roadmap features.

* Update YearSelector component to use client:load for improved performance

- Changed the YearSelector component's directive from client:only to client:load, optimizing the loading behavior for better user experience.
- This update aligns with ongoing efforts to enhance the Akash Network roadmap features by improving component performance and responsiveness.

* Refactor roadmap components for improved layout and responsiveness

- Updated `QuarterNavigation` to adjust positioning for better visibility on larger screens.
- Enhanced `roadmap-card.astro` by removing fixed width and improving adaptability to screen sizes.
- Modified `roadmap.astro` to change section classes for better layout consistency and responsiveness.
- Improved `RoadmapTooltip` with a cursor pointer for better user interaction.
- Adjusted `YearSelector` margin for improved spacing in the layout.
- Added year and quarter links in `index.astro` for enhanced navigation.

These changes aim to refine the user experience and maintainability of the Akash Network roadmap features.

* Enhance navigation in roadmap index by improving link visibility

- Updated the `index.astro` file to provide responsive navigation links for the Akash Network Roadmap.
- Added a hidden class for larger screens and a separate link for smaller screens to improve accessibility and user experience.
- These changes aim to refine the layout and ensure users can easily navigate the roadmap across different devices.

* Refactor QuarterNavigation component for improved initial state and scroll behavior

- Updated the `QuarterNavigation` component to set the initial active quarter based on the first available quarter in the provided data, enhancing user experience by ensuring the correct quarter is displayed.
- Adjusted the scroll offset for better alignment during navigation, improving the overall usability of the component.

These changes aim to refine the navigation experience within the Akash Network roadmap features.

* Update README files for AEP-26 and AEP-29 with content enhancements

- Added clarifications and additional details to the README.md files for AEP-26 and AEP-29, improving the overall documentation quality.
- Enhanced the structure and readability of the content, including better formatting of lists and links.
- Updated budget references and clarified project goals to ensure comprehensive understanding for stakeholders.

These changes aim to improve the clarity and accessibility of the Akash Network's project documentation.

* Refactor QuarterNavigation and SubNavbar components for improved functionality and filtering

- Updated the `QuarterNavigation` component to adjust the scroll offset based on screen width, enhancing navigation experience across devices.
- Modified the `SubNavbar` component to filter out specific links, improving the relevance of displayed navigation items.

These changes aim to enhance user experience and maintainability within the Akash Network roadmap features.

* Refactor SubNavbar component to enhance link handling and filtering

- Updated the `SubNavbar` component to improve link management by dynamically adjusting the 'roadmap' link based on the current year, enhancing navigation relevance.
- Simplified the filtering logic to exclude only external links, streamlining the displayed navigation items.

These changes aim to improve user experience and maintainability within the Akash Network roadmap features.

* Update authorship and enhance README documentation across multiple AEPs

- Added co-authors to several AEPs, including AEP-25, AEP-27, AEP-28, AEP-31, AEP-32, AEP-33, AEP-34, AEP-53, and new AEPs (AEP-57, AEP-58, AEP-59, AEP-60).
- Improved titles and descriptions for clarity in AEP-33, AEP-34, AEP-42, AEP-43, AEP-44, AEP-45, AEP-46, AEP-48, AEP-49, AEP-50, AEP-52, AEP-54, and AEP-56.
- Updated estimated completion dates for several AEPs to reflect project timelines accurately.

These changes aim to enhance the documentation quality and ensure accurate representation of contributions within the Akash Network's project files.

* Enhance README documentation for AEP-56

- Improved formatting and clarity of the FDS functionality section, including a detailed list of snapshot information for CPU, GPU, and Memory.
- Updated the workflow section to clarify provider verification requirements.
- Added implementation details for extensions to the `x/provider` and `x/audit` stores, ensuring better understanding of the protobuf structure.

These changes aim to improve the overall documentation quality and provide clearer guidance for developers and stakeholders involved in the Akash Network project.

* Refactor SVG structure and improve content clarity in wot.svg

- Updated the SVG file format to SVG 2.0 standards, enhancing compatibility and rendering.
- Improved the layout and organization of visual elements, ensuring better readability and usability.
- Enhanced text labels for clarity, providing a more intuitive understanding of the diagram's components.

These changes aim to improve the overall quality and accessibility of the visual representation in the Akash Network documentation.

* Refactor header components and enhance navigation links

- Updated the header component to load popover items dynamically, improving performance and user experience.
- Added a new "Roadmap" link with a custom icon to the development items, allowing users to explore development milestones.
- Modified the `PopOverSmall` component to conditionally render the roadmap link based on the latest roadmap year, ensuring accurate navigation.
- Cleaned up the `PopOverNavItemNetwork` component by removing unnecessary props, streamlining the code.

These changes aim to enhance the clarity and functionality of the header navigation within the Akash Network application.

* Add new AEP documents and update existing README files

- Introduced new AEP documents including whitepapers, fulfillment, orders, and provider JSON files for AEP-2, AEP-4, AEP-5, and AEP-8, enhancing the Akash Network's roadmap and resource management.
- Updated README files across multiple AEPs to improve clarity, including links to newly added documents and adjustments to titles and descriptions for better understanding.
- Enhanced documentation for AEP-5 to include detailed economic models and token information, ensuring comprehensive coverage of the Akash Network's functionalities.
- Added co-authors to several AEPs and updated estimated completion dates to reflect project timelines accurately.

These changes aim to improve the overall documentation quality and provide clearer guidance for developers and stakeholders involved in the Akash Network project.

---------

Co-authored-by: dharamveergit <[email protected]>
  • Loading branch information
HoomanDgtl and dharamveergit authored Jan 14, 2025
1 parent 0482b62 commit d5eda83
Show file tree
Hide file tree
Showing 117 changed files with 19,156 additions and 302 deletions.
7 changes: 0 additions & 7 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,9 @@ import remark from "remark-directive";
import { customAsidePlugin } from "./src/lib/aside/customAsidePlugin";
import { redirects } from "./src/utils/redirects";

// https://astro.build/config
export default defineConfig({
// experimental: {
// contentCollectionCache: true,
// },
redirects: redirects,
markdown: {
// shikiConfig: {
// theme: theme,
// },
remarkPlugins: [remark, customAsidePlugin],
},
integrations: [
Expand Down
4 changes: 4 additions & 0 deletions public/images/line-dashed-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/images/line-dashed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/roadmap/aep-2/whitepaper.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions public/roadmap/aep-4/fulfillments.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/roadmap/aep-4/orders.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/roadmap/aep-4/providers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"active_providers":[{"active":{},"attributes":{"moniker":"derek","region":"sfo"},"available":{"cpu":"3902","disk":"10 GB","mem":"14 GB"},"deployments":0,"leases":0,"message(s)":"code=200 msg=OK","orders":55,"pending":{},"provider":"937c25ce8ddf46b5c136c5d0e393a36ec32f95ea4f1658519d3f0093a6cfa2f5","version":{"commit":"e06aeded870d9b1238e8554a6cbdcb4f90c51f80","date":"2019-11-30T06:31:03Z","version":"0.5.5"}},{"active":{},"attributes":{"moniker":"sunnya97","region":"sfo"},"available":{"cpu":"7816","disk":"138 GB","mem":"6.5 GB"},"deployments":0,"leases":0,"message(s)":"code=200 msg=OK","orders":55,"pending":{},"provider":"05d0a75eea59f1186980a409401651e9ea2adb5e5ccf8ec4c9e940962f72d507","version":{"commit":"e06aeded870d9b1238e8554a6cbdcb4f90c51f80","date":"2019-11-30T06:31:03Z","version":"0.5.5"}},{"active":{},"attributes":{"moniker":"bwlnet","region":"sfo"},"available":{"cpu":"3739","disk":"110 GB","mem":"4.2 GB"},"deployments":0,"leases":0,"message(s)":"code=200 msg=OK","orders":55,"pending":{},"provider":"0dfea50dd18e9ea63514024bc83e62a6fa1109cbab96d6b90212fc5c032b65a7","version":{"commit":"e06aeded870d9b1238e8554a6cbdcb4f90c51f80","date":"2019-11-30T06:31:03Z","version":"0.5.5"}},{"active":{},"attributes":{"moniker":"castlenode","region":"par"},"available":{"cpu":"3923","disk":"50 GB","mem":"11 GB"},"deployments":0,"leases":0,"message(s)":"code=200 msg=OK","orders":56,"pending":{},"provider":"b9ba7e36a99a450f1e6d4fb4a59ac52581b2b7cdfac496faa5d7cc340fd89ee4","version":{"commit":"e06aeded870d9b1238e8554a6cbdcb4f90c51f80","date":"2019-11-30T06:31:03Z","version":"0.5.5"}},{"active":{},"attributes":{"moniker":"Mr.K","region":"sfo"},"available":{"cpu":"3758","disk":"24 GB","mem":"7.3 GB"},"deployments":0,"leases":0,"message(s)":"code=200 msg=OK","orders":55,"pending":{},"provider":"a5c3e24c45a9f80a4b7db236656d2a8980103be25db4b12ff1fc5d40d3155c54","version":{"commit":"98f51589f861344025cec88121413bab7276dbcd","date":"2019-11-25T21:39:36Z","version":"0.5.4"}},{"active":{},"attributes":{"moniker":"julien","region":"fr"},"available":{},"deployments":0,"leases":0,"message(s)":"code=200 msg=OK","orders":58,"pending":{},"provider":"b80518f69b5e280bc77f04eaee8de2155276fc296cb6f42cff8aa80084d48aa8","version":{"commit":"8262bc87642551b7604cb0ecd079346596023862","date":"2019-11-28T01:26:34Z","version":"0.5.5-rc1"}},{"active":{},"attributes":{"moniker":"simplystakingmt","region":"mt"},"available":{"cpu":"3851","disk":"1.3 TB","mem":"66 GB"},"deployments":0,"leases":0,"message(s)":"code=200 msg=OK","orders":58,"pending":{},"provider":"13c97ae565e1d0d7b30ab2d9a5949176797fa0eab9fab2f66d4faf744f8b274d","version":{"commit":"e06aeded870d9b1238e8554a6cbdcb4f90c51f80","date":"2019-11-30T06:31:03Z","version":"0.5.5"}},{"active":{},"attributes":{"moniker":"nodeasy","region":"sfo"},"available":{"cpu":"1696","disk":"127 GB","mem":"15 GB"},"deployments":0,"leases":0,"message(s)":"code=200 msg=OK","orders":74,"pending":{},"provider":"4732ecbc320c82a2363551448e06ccc26a9e6977e88183f1b303185db0b695c1","version":{"commit":"8262bc87642551b7604cb0ecd079346596023862","date":"2019-11-28T01:26:34Z","version":"0.5.5-rc1"}}],"raw":[{"provider":{"address":"937c25ce8ddf46b5c136c5d0e393a36ec32f95ea4f1658519d3f0093a6cfa2f5","owner":"5d42af4fd39de4d2a01aa842fedc2e5251db5538","hostURI":"http://akash.wcdxnxbxqrz.hypercloud.sh","attributes":[{"name":"region","value":"sfo"},{"name":"moniker","value":"derek"}]},"status":{"provider":"937c25ce8ddf46b5c136c5d0e393a36ec32f95ea4f1658519d3f0093a6cfa2f5","version":{"version":"0.5.5","commit":"e06aeded870d9b1238e8554a6cbdcb4f90c51f80","date":"2019-11-30T06:31:03Z"},"status":{"cluster":{"inventory":{"reservations":{},"available":[{"cpu":3902,"memory":"13529169920","disk":"9975686546"}]}},"manifest":{},"bidengine":{"orders":55}},"code":200,"message":"OK"}},{"provider":{"address":"05d0a75eea59f1186980a409401651e9ea2adb5e5ccf8ec4c9e940962f72d507","owner":"5e1bdf183928bcc282e9b59740f6e72e44358dcf","hostURI":"http://akash.sikkatech.com","attributes":[{"name":"region","value":"sfo"},{"name":"moniker","value":"sunnya97"}]},"status":{"provider":"05d0a75eea59f1186980a409401651e9ea2adb5e5ccf8ec4c9e940962f72d507","version":{"version":"0.5.5","commit":"e06aeded870d9b1238e8554a6cbdcb4f90c51f80","date":"2019-11-30T06:31:03Z"},"status":{"cluster":{"inventory":{"reservations":{},"available":[{"cpu":7816,"memory":"6510272512","disk":"138258277678"}]}},"manifest":{},"bidengine":{"orders":55}},"code":200,"message":"OK"}},{"provider":{"address":"0dfea50dd18e9ea63514024bc83e62a6fa1109cbab96d6b90212fc5c032b65a7","owner":"fb3b6a8bf037fa1b439a93a6271521a377cde488","hostURI":"http://akash.bestworlder.com","attributes":[{"name":"region","value":"sfo"},{"name":"moniker","value":"bwlnet"}]},"status":{"provider":"0dfea50dd18e9ea63514024bc83e62a6fa1109cbab96d6b90212fc5c032b65a7","version":{"version":"0.5.5","commit":"e06aeded870d9b1238e8554a6cbdcb4f90c51f80","date":"2019-11-30T06:31:03Z"},"status":{"cluster":{"inventory":{"reservations":{},"available":[{"cpu":3739,"memory":"4182302720","disk":"110198881194"}]}},"manifest":{},"bidengine":{"orders":55}},"code":200,"message":"OK"}},{"provider":{"address":"b9ba7e36a99a450f1e6d4fb4a59ac52581b2b7cdfac496faa5d7cc340fd89ee4","owner":"dcaea44dfa9ee76a07d51be8b540a1b0a786be69","hostURI":"http://akash.akash.castlenode.com","attributes":[{"name":"region","value":"par"},{"name":"moniker","value":"castlenode"}]},"status":{"provider":"b9ba7e36a99a450f1e6d4fb4a59ac52581b2b7cdfac496faa5d7cc340fd89ee4","version":{"version":"0.5.5","commit":"e06aeded870d9b1238e8554a6cbdcb4f90c51f80","date":"2019-11-30T06:31:03Z"},"status":{"cluster":{"inventory":{"reservations":{},"available":[{"cpu":3923,"memory":"11042582528","disk":"49944299072"}]}},"manifest":{},"bidengine":{"orders":56}},"code":200,"message":"OK"}},{"provider":{"address":"a5c3e24c45a9f80a4b7db236656d2a8980103be25db4b12ff1fc5d40d3155c54","owner":"b7fcf4494b128e84b810b118abb4bac867a66204","hostURI":"http://akash.mrk.systems","attributes":[{"name":"region","value":"sfo"},{"name":"moniker","value":"Mr.K"}]},"status":{"provider":"a5c3e24c45a9f80a4b7db236656d2a8980103be25db4b12ff1fc5d40d3155c54","version":{"version":"0.5.4","commit":"98f51589f861344025cec88121413bab7276dbcd","date":"2019-11-25T21:39:36Z"},"status":{"cluster":{"inventory":{"reservations":{},"available":[{"cpu":3758,"memory":"7260807168","disk":"24540786669"}]}},"manifest":{},"bidengine":{"orders":55}},"code":200,"message":"OK"}},{"provider":{"address":"b80518f69b5e280bc77f04eaee8de2155276fc296cb6f42cff8aa80084d48aa8","owner":"b7d26c5be26714cd578b67586276b1511e7aed2b","hostURI":"http://akash.eijlnu.cloud","attributes":[{"name":"region","value":"fr"},{"name":"moniker","value":"julien"}]},"status":{"provider":"b80518f69b5e280bc77f04eaee8de2155276fc296cb6f42cff8aa80084d48aa8","version":{"version":"0.5.5-rc1","commit":"8262bc87642551b7604cb0ecd079346596023862","date":"2019-11-28T01:26:34Z"},"status":{"cluster":{"inventory":{"reservations":{}}},"manifest":{},"bidengine":{"orders":58}},"code":200,"message":"OK"}},{"provider":{"address":"13c97ae565e1d0d7b30ab2d9a5949176797fa0eab9fab2f66d4faf744f8b274d","owner":"7f16321fd1283c1840c40ecef0d498fdda87440f","hostURI":"http://akash.akash-compute.simply-vc.com.mt","attributes":[{"name":"region","value":"mt"},{"name":"moniker","value":"simplystakingmt"}]},"status":{"provider":"13c97ae565e1d0d7b30ab2d9a5949176797fa0eab9fab2f66d4faf744f8b274d","version":{"version":"0.5.5","commit":"e06aeded870d9b1238e8554a6cbdcb4f90c51f80","date":"2019-11-30T06:31:03Z"},"status":{"cluster":{"inventory":{"reservations":{},"available":[{"cpu":3851,"memory":"65519116288","disk":"1344272469167"}]}},"manifest":{},"bidengine":{"orders":58}},"code":200,"message":"OK"}},{"provider":{"address":"4732ecbc320c82a2363551448e06ccc26a9e6977e88183f1b303185db0b695c1","owner":"b830e80c82eedd1671ada971ec15ea9247d1d14f","hostURI":"http://akash.nodeasy.com","attributes":[{"name":"region","value":"sfo"},{"name":"moniker","value":"nodeasy"}]},"status":{"provider":"4732ecbc320c82a2363551448e06ccc26a9e6977e88183f1b303185db0b695c1","version":{"version":"0.5.5-rc1","commit":"8262bc87642551b7604cb0ecd079346596023862","date":"2019-11-28T01:26:34Z"},"status":{"cluster":{"inventory":{"reservations":{},"available":[{"cpu":1696,"memory":"14947463168","disk":"127447119363"}]}},"manifest":{},"bidengine":{"orders":74}},"code":200,"message":"OK"}}]}
Binary file added public/roadmap/aep-5/economics.pdf
Binary file not shown.
Loading

0 comments on commit d5eda83

Please sign in to comment.