501stLegionA3 / FiveOhFirstDataCore

A Web App designed to manage the 501st Legion StarSim Roster.
https://dc.501stlegion-a3.com/
MIT License
8 stars 12 forks source link

[Page Design] Layout Objects #331

Closed Soyvolon closed 2 years ago

Soyvolon commented 2 years ago

Summary

Design and create layout objects for custom page design.

Soyvolon commented 2 years ago

Some mock code of getting types of components that can be used for displaying layouts:

var ass = Assembly.GetAssembly(typeof(ProjectDataCore.Components._Imports));
Console.WriteLine(ass?.FullName ?? "n/a");
var typ = ass.GetType("ProjectDataCore.Components.Roster.RosterDisplay");
Console.WriteLine(typ?.FullName ?? "n/a");
Soyvolon commented 2 years ago

Editables, Layouts, and Displays are implemented.