DataTalksClub / DataTalksClub/community-base

C6.1 Remove transitional backends

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

Nobody has claimed this yet.

Dominant language
Python
Stars
0
Forks
0
Avg merge
9m
Merged PRs (30d)
210

Description

Plan issue C6.1, phase 6 of the community-base unification plan.

Spec: docs/plan/phase-6.md, section C6.1, in DataTalksClub/community-base. Status is tracked in docs/plan/STATUS.md there, which stays the source of truth.

Depends on: A6.4. Do not start until every one of them is done in STATUS.md.

Spec

Repository: community-base. Depends on: A6.4 merged and deployed.

Steps

  1. Delete community_base/mail/backends/ses_local.py, jobs/backends/django_q.py, the
    MAIL_TEMPLATE_DIR, MAIL_SEND_RECORDER, MAIL_TEMPLATE_OVERRIDE_LOADER,
    MAIL_UNSUBSCRIBE_URL_BUILDER, MAIL_VERIFY_EMAIL_URL_BUILDER hooks, the
    django_q and ses_local extras, the jobs_run_due command.
  2. Release 1.0.0.

Verification

  • grep -rn "ses_local\|django_q" community_base/ -> nothing; make check && make test -> pass.

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.

Research direction

First check docs/plan/STATUS.md and confirm A6.4 is done, using docs/plan/phase-6.md section C6.1 as the specification. Review the listed backend files, hooks, extras, and jobs_run_due command before removing them. Verify that grep -rn "ses_local|django_q" community_base/ returns nothing, then run make check && make test and release 1.0.0.

Written by the indexing model from the issue text.

Assessment

Tech stack
django, python
Domain
backend, release
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.