# FY1 S2 W3 Log # References - [FY1 S2 App Versions](FY1%20S2%20App%20Versions%203c4cbd3aa34243cb983ab1df609725f9.md) - [FY1 Social Media](FY1%20Social%20Media%207962a646c7544e2ba339a1627a0ce71d.md) - [FY1 S2 W3 Roadmap](FY1%20S2%20W3%20Roadmap%20cf79bd60adb64f8d85257d313b4c18e9.md) # Notes Using GPT as an assistant while developing the software. - Asked GPT to write a script for printing all semantically important code in the repository in a single file. Provided code to GPT in new sessions. - Asked GPT to write a documentation explaining the repository. Provided the documentation to GPT in new sessions. - Provided a description of the next target milestone to GPT. Asked it to summarize key points. Iteratively pruned out any features that can be pruned out from the immediate next step. - Asked GPT to write down each change to make to the codebase in order to reach the milestone. Iteratively edited steps with GPT. - Asked GPT to group up steps into commits that are each whole. Steps must be divided up semantically into commits such that each commit is independent and complete. Each commit must introduce clear changes that can be tested on the app. # Logs ## FY1 S2 W3 Plan - MUST: Publish a demo of the app where potential customers can also join the waitlist. - BONUS: Publish the first version of the app where invited members can use core features of the app. - MUST: Plan company brand and start social media profiles. ## 9.8.0 Technology - Managing git branches. - Stage 1: Start a new foundation/9.8.0 branch. Add platform-level features that will enable developers to develop on our platform. - Stage 2: Freeze foundation code changes. Fork it to prominence/9.8.0 branch. Add product-level features that direct deliver utility to consumers. - Stage 3: Freeze prominence code changes. Fork it to distribution/9.8.0 branch. Clean up, test, then release. Merge code to main branch. Then merge to ongoing development in foundation branch. - Added React Native Web. - Added Seelog and Data Models - Data Models are Log, Character, Space, Event, Item, Energy. # Roadmap - Wrote FY1 S2 W3 Junwon Computer. # Technology - Added side swipe discovery. - Added server. Connected Shell2D to server. # Technology - Chose to manage app versions in the following way: - On M10 of each calendar year, deliver the MAJOR update (version MAJOR.0.0). Do not deliver a new MINOR update for the rest of the calendar year so that people can get time to catch up on the big changes. Deliver patches. - From M1 to M9 of the calendar year, deliver MINOR updates (major.MINOR.0). - This year, follow a faster pace since we are establishing the foundation. | 0.1.0 | 0.2.0 | 0.3.0 | 0.4.0 | 0.5.0 | 0.6.0 | 0.7.0 | 0.8.0 | 0.9.0 | 1.0.0 | | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | | 23.03.27 | 23.04.04 | 23.04.16 | 23.04.28 | 23.05.25 | 23.06.18 | 23.07.07 | 23.08.01 | 23.09.01 | 23.10.01 | | 1W | 1W | 2W | 2W | 3W | 3W | 3W | 3W | 4W | 4W | # Technology - Added Seelog data models for Database, DocumentItem, ItemRoom, HallRoom.