EnduraNet: Difference between revisions
No edit summary |
add |
||
| Line 8: | Line 8: | ||
EnduraNet was created by Sirdog in late April of 2025 as a project to see if he could learn how to take information in a database and present it on a public facing web page. The original goal of EnduraNet was to track certifications. Sirdog desired using a database for this so that EDC could leverage all of the benefits which come with using a database; automatic determination of expiry, highly-customizable querying of information, and so on. | EnduraNet was created by Sirdog in late April of 2025 as a project to see if he could learn how to take information in a database and present it on a public facing web page. The original goal of EnduraNet was to track certifications. Sirdog desired using a database for this so that EDC could leverage all of the benefits which come with using a database; automatic determination of expiry, highly-customizable querying of information, and so on. | ||
[[File:Enduranet-mvp.png|thumb|425x425px|Screenshot of EnduraNet v0.1.0.]] | [[File:Enduranet-mvp.png|thumb|425x425px|Screenshot of EnduraNet v0.1.0.]] | ||
A [[wikipedia:Minimum viable product|minimum viable product]] released on April 29th, 2025. Soon after, [[wikipedia:Version control|version controlling]] was introduced with GitHub, and SierraKomodo began to contribute to it's codebase. | A [[wikipedia:Minimum viable product|minimum viable product]] released on April 29th, 2025. Soon after, [[wikipedia:Version control|version controlling]] was introduced with GitHub, and SierraKomodo began to contribute to it's codebase. On July 1, Discord [[wikipedia:Single sign-on|single sign-on]] and [[wikipedia:Create, read, update and delete|CRUD]] were implemented. | ||
== Logo == | == Logo == | ||
Revision as of 23:20, 1 July 2025
For the live EnduraNet version, click me. For EnduraNet's release notes, see EnduraNet/Release notes. |
EnduraNet is a database front-end which tracks information of interest to the Endurance Coalition. At present, its primary function is certification tracking. It records what certifications are available, their prerequisite, who made them, along with all members who are certified on a given certification, when a particular member's certification expires (if applicable), and so on.

History
EnduraNet was created by Sirdog in late April of 2025 as a project to see if he could learn how to take information in a database and present it on a public facing web page. The original goal of EnduraNet was to track certifications. Sirdog desired using a database for this so that EDC could leverage all of the benefits which come with using a database; automatic determination of expiry, highly-customizable querying of information, and so on.

A minimum viable product released on April 29th, 2025. Soon after, version controlling was introduced with GitHub, and SierraKomodo began to contribute to it's codebase. On July 1, Discord single sign-on and CRUD were implemented.
Logo
A logo specific to EnduraNet was made by Sirdog to make it visually distinct from other Endurance Coalition services (such as this wiki). Inspired by the official community logo, the notable differences are that the database icon replaces the NATO star, the background color was changed to #200d3b (dark purple) from the original's #020b41 (dark blue), and the golden rope was flipped to go counter-clockwise.
The logo was created in GIMP with all assets, aside from the one's of the official logo, taken from Wikimedia Commons items marked as in the public domain.
Structure
EnduraNet is stored on a MariaDB database located on the Endurance Coalition server inside a Docker image.