Separate services - app, db, and job #1

Open
swapnil wants to merge 36 commits from swapnil/inoreader2readwise:main into main
Collaborator
No description provided.
swapnil added 35 commits 2024-02-01 11:09:50 +00:00
swapnil requested review from PeterSurda 2024-02-01 15:01:42 +00:00
PeterSurda requested changes 2024-02-06 03:49:37 +00:00
@ -0,0 +6,4 @@
<title>Inoreader To Readwise</title>
</head>
<body>
<button onclick="redirectToOAuth()">Login using inoreader</button>
Owner

why not just a simple a href? It doesn't need to be a button.

why not just a simple a href? It doesn't need to be a button.
swapnil added 1 commit 2024-02-07 07:13:39 +00:00
Author
Collaborator

@shailaja As suggested by Peter, we need to split this PR into 5 relatively small PRs. Splitting will be as we have discussed in the call. Pasting here the parts for your reference:

split it into

  1. templates
  2. Dockerfiles and envs
  3. web app (app)
  4. db gateway (database)
  5. loop app (job)
@shailaja As suggested by Peter, we need to split this PR into 5 relatively small PRs. Splitting will be as we have discussed in the call. Pasting here the parts for your reference: > split it into > 1. templates > 2. Dockerfiles and envs > 3. web app (app) > 4. db gateway (database) > 5. loop app (job)
This pull request has changes conflicting with the target branch.
  • app/templates/login.html
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b swapnil-main main
git pull main

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff swapnil-main
git push origin main
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: PeterSurda/inoreader2readwise#1
No description provided.