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

Activity: edit/create/delete ScheduleEntry #1379

Closed

Conversation

pmattmann
Copy link
Member

At Activity-View:

  • edit ScheduleEntry
  • create new ScheduleEntry
  • delete ScheduleEntry

closes #1375

@BacLuc
Copy link
Contributor

BacLuc commented May 14, 2021

Sieht mega cool aus, 3 kleine dinge:

  • wenn man einen ScheduleEntry löscht, kommt man zurück auf die Lager liste
  • Man kann den letzten ScheduleEntry löschen. Dann kommt man nie wieder zur aktivität, und kann sie somit auch nicht löschen.
    (ausser man hat schon Materiallist/Story erfasst)
  • Die Danger Zone für den ScheduleEntry sagt: "ScheduleEntry wirklich löschen", was dem Benutzer nicht so viel sagt

frontend/src/views/activity/Activity.vue Outdated Show resolved Hide resolved
<ul>
<li>
({{ scheduleEntryItem.number }})
{{ $date.utc(scheduleEntryItem.startTime).format($tc('global.datetime.dateShort')) }} <b>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now i see this logic the third time duplicated.
I will extract this into a component.
Extracting this into a component doesn't belong into this PR, i will do that.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx

@carlobeltrame
Copy link
Member

* wenn man einen ScheduleEntry löscht, kommt man zurück auf die Lager liste

Das ist ein Bug im DialogEntityDelete, der bei der Camp DangerZone eingeführt wurde. Das ist mit #1388 gefixt.

@pmattmann
Copy link
Member Author

  • Man kann den letzten ScheduleEntry löschen. Dann kommt man nie wieder zur aktivität, und kann sie somit auch nicht löschen.
    (ausser man hat schon Materiallist/Story erfasst)

Mein Vorschlag für MVP wäre folgender:
Wenn der letzte ScheduleEntry gelöscht wird, löschen wir auch die Activity.

@BacLuc BacLuc mentioned this pull request Jun 6, 2021
27 tasks
@pmattmann pmattmann closed this Nov 7, 2021
@pmattmann pmattmann deleted the feature/activity-edit-schedule-entry branch November 7, 2021 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

In Activity: Add/Edit/Del ScheduleEntry
3 participants