Skip to content

Lobby Archive is a fan-made website that stores a collection of all Blue Archive Student's Memorial Lobbies. Select or search for your favorite student and view their memorial lobby as-in within the browser as a video or download it.

License

Notifications You must be signed in to change notification settings

hny-codes/lobby-archive

Repository files navigation

Lobby Archive

Built with Astro


Lobby Archive is a fan-made website that stores a collection of all Blue Archive Student's Memorial Lobbies.

Select or search for your favorite student and view their memorial lobby as-in within the browser as a video or download it.

Table of Contents

Built With

  • Astro
  • Tailwind CSS
  • Typescript
  • React + Vanilla Typescript
  • Sanity CMS

Memorial Type Schema

Sanity requires type definition for each document type to be created within Sanity. For this project, only one type is needed: memLobby.

There are 4 fields to define the memLobby type: name, title, type, and fields. Below is what is needed to define to minimally define a Sanity type:

Sanity Field Type Value Description
name memorial-lobby name of the sanity type
title Memorial Lobby display name within Sanity Studio
type document document type
field ... Custom fields, defined below

The following is the field type that defines the shape (or data) that this Sanity type (memLobby) contains:

memLobby Type Type Description
studentName string name of the student
slug slug slug for the url of each student page
date datetime publish date of the student (oldest to newest)
image image image metadata of the student
video file video metadata of the student
relationship number relationship level needed to unlock the memorial lobby

Student Data

All assets and game content are collected from a variety of sources. Here are the list of sources that this project:

Disclaimer

All assets, game content, and materials are trademarks and copyrights of Nexon Games. This website is not affiliated with Nexon games and is simply a fan-made project created by a fan that also plays the game.

Useful Resources

Besides the resources used to create the data for this website, here are other resources used for this website's development:

Thanks for viewing, Sensei!

About

Lobby Archive is a fan-made website that stores a collection of all Blue Archive Student's Memorial Lobbies. Select or search for your favorite student and view their memorial lobby as-in within the browser as a video or download it.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published