Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename Collection Bars #409

Open
3 tasks done
Tracked by #453
Vudum opened this issue Oct 12, 2024 · 1 comment
Open
3 tasks done
Tracked by #453

Rename Collection Bars #409

Vudum opened this issue Oct 12, 2024 · 1 comment

Comments

@Vudum
Copy link
Collaborator

Vudum commented Oct 12, 2024

Rename Memories

Entries/memories should be renamed to stories instead of Memories/Entries, and both should be stored with type display and correct thumbs to distinguish; note 20241126 was feeling uneasy about this, I really don't want to remove this functionality, however, what I will do is hide the entries bar for those with no Diary Bot (which will no longer be generateable as I will remove the button, but can still be accessed)

  • _bots.html
    • hide entries bar unless one has a bot that can manage them
  • backend new route pathway for collection stories to include both memory and entry
@Mookse Mookse added this to the MyLife Alpha Pilot milestone Oct 14, 2024
@Mookse Mookse moved this from To triage to Backlog in MyLife Alpha MVP Build Oct 14, 2024
@Mookse Mookse changed the title Entries/memories should be renamed to stories Rename Memories Oct 14, 2024
@Mookse Mookse moved this from To triage to Backlog in MyLife Alpha MVP Build Nov 19, 2024
@Mookse Mookse mentioned this issue Nov 19, 2024
10 tasks
@Mookse Mookse changed the title Rename Memories Rename Collection Bars Nov 19, 2024
@Mookse Mookse moved this from Backlog to In progress in MyLife Alpha MVP Build Nov 19, 2024
@Mookse Mookse moved this from In progress to Backlog in MyLife Alpha MVP Build Nov 19, 2024
@Mookse Mookse moved this from Backlog to In progress in MyLife Alpha MVP Build Nov 27, 2024
@Mookse
Copy link
Member

Mookse commented Nov 27, 2024

looks for associated bot - if not exist, then remove:
bots.mjs

const associatedBot = ( type==='entry' && mBots.some(bot=>bot.type==='journaler' || bot.type==='diary') )
    || ( type==='memory' && mBots.some(bot=>bot.type==='biographer' || bot.type==='personal-biographer') )
if(!associatedBot && !['file', 'files'].includes(type)){
    expunge(collection)
    continue
}

@Mookse Mookse moved this from In progress to In review in MyLife Alpha MVP Build Nov 27, 2024
Mookse added a commit that referenced this issue Nov 27, 2024
- Rename Collection Bars #409
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In review
Development

No branches or pull requests

2 participants