Added technology page
This commit is contained in:
@@ -7,8 +7,6 @@ public class DatabaseContext(DbContextOptions<DatabaseContext> options) : DbCont
|
||||
|
||||
public DbSet<Project> Projects { get; set; }
|
||||
|
||||
public DbSet<Language> Languages { get; set; }
|
||||
|
||||
public DbSet<Technology> Technologies { get; set; }
|
||||
|
||||
public DbSet<TimelineEntry> Timeline { get; set; }
|
||||
|
||||
@@ -45,7 +45,7 @@ builder.Services.AddHopFrame(options => {
|
||||
.SetValue(langConfig, true);
|
||||
|
||||
table.Property(p => p.Languages)
|
||||
.FormatEach<Language>((l, _) => l.Label)
|
||||
.FormatEach<Technology>((l, _) => l.Name)
|
||||
.List(false);
|
||||
|
||||
table.Property(p => p.Cover)
|
||||
|
||||
Reference in New Issue
Block a user