Fix monthly clones

Open
#369 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
30/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
javascript
Domain
frontend

Research direction

Start by locating the monthly cloning mechanism and the intermediate models involved in the #each loop. Read how cloned records receive ids and identity values, then trace the month-cloning flow. Done means cloned records have fresh ids, intermediate models expose identity again, and list updates work when the cloned month changes.

Written by the indexing model from the issue text.

Description

When cloning a month into a new month, we should not be cloning the intermediate model _id's as this prevents the #each loop from updating as the "key" or "identity" isn't changing when the list changes.

  • We need a script to go through and create new id's for each of the records.
  • Put back the identity prop on the intermediate models
  • Fix cloning mechanism to strip any id's
Dominant language
JavaScript
Stars
7
Forks
3
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from donejs/bitcentive

All issues in donejs/bitcentive

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.