Skip to content

Commit

Permalink
Show links to originating task
Browse files Browse the repository at this point in the history
  • Loading branch information
abartov committed Dec 19, 2024
1 parent d0a867c commit e15c64a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
16 changes: 13 additions & 3 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@


== Ingestion ==
- in ingestible review screen, add UNDO INGESTION button, with confirmation
- treat TOC buffer as implicitly start-to-finish if no explicit start or finish is given
- show text splits in full-markdown pane with thick horizontal border like the legacy HtmlFile ingestion
- allow creating a new periodical
- allow creating the first issue of a new periodical

== collection management ==
- in insertion, re-enable the submit button after a work is selected
- upon text insertion, an extraneous delete button appears

== older stuff, some outdated ==
! Fix A-B BAR!
אסף האם ניתן להוסיף לטופס הבקשה להתנדב שאלה ״היכן שמעת על הפרויקט? ״
יהיה נחמד לדעת אילו מהאמצים שלנו נושאים פרי (נניח רחל מדווחת שהיו הרבה אנשים בהרצאה הבוקר ושהתגובות היו נלהבות. מעניין אם מוביל לפעולה).
Expand All @@ -17,7 +27,7 @@ ignore illustrators in gen_toc
- work aboutnesses
- incoming aboutnesses for work!

- code to find probably typos:
- code to find probably-typos:
- digits within words
- finals within words
- what else?
Expand Down
7 changes: 6 additions & 1 deletion app/views/ingestibles/edit.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
%h1= t('.title')
%h1
= t('.title')
- if @ingestible.originating_task.present?
%span{style: 'font-size:50%;'}
!= "  "
= link_to t('ingestibles.review.to_originating_task'), @ingestible.originating_task

= render 'form'

Expand Down
2 changes: 2 additions & 0 deletions app/views/ingestibles/review.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
.lredbg
%h2= t('.problem_is_not_empty')
%p= @ingestible.problem
- if @ingestible.originating_task.present?
%h2= link_to t('.to_originating_task'), @ingestible.originating_task
%div{style: 'display: flex;flex-wrap: wrap;'}
.admin_dashboard_item
%h2= t('.volume_information')
Expand Down
1 change: 1 addition & 0 deletions config/locales/he.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1423,6 +1423,7 @@ he:
awaiting_authorities: "ההעלאה מוכנה פרט לישויות חסרות:"
awaiting_authorities_resolved: ההעלאה במצב המתנה לישויות, אבל כל הישויות כבר סודרו. אפשר לסיים את ההעלאה!
problem_is_not_empty: שדה הבעיות אינו ריק!
to_originating_task: למקור במערכת המשימות
index:
my_title: העלאות נעולות על ידי כרגע
locked_title: העלאות נעולות על ידי אחרים כרגע
Expand Down

0 comments on commit e15c64a

Please sign in to comment.