Project:Availability Calendars
Version:7.x-3.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Hello.

Thanks for the module, I am watching where this goes to.

I would like to have notes per day, not per week. The notes should show up on hovering over the field. You dont always have a note for the whole week, sometimes just for the weekend or special days.

Thx for reading and thinking about it. :)

Best Regards
JThan

Comments

#1

+1

#2

This seems a reasonable request. Can you elaborate more on the requirements and work towards a specification. Try to describe things like:
- What settings would it need
- Would you like to be able to disable weekly notes (or at least to not having them rendered)
- How to allow to hide all of this for people that do not need this
- Storage
- Display (on hover only or do you want an indication in the cell that there is additional information, e.g. like the small red triangle in the corner of an Excel cell)

#3

Status:active» postponed (maintainer needs more info)

#4

Add permissions to view/edit these and the week notes: as per original request in #341097: More Detailed Information for Each Day.

#5

I personally think weekly notes should be removed in favor of the daily notes. As described in my comment #306467-8: Integrate Availability Calendars with booking process (was: ability to reserve). We could then put everything in the css hover/focus flyout.

#6

Version:6.x-2.x-dev» 7.x-2.x-dev

I started by making the weekly notes optional. An option has been added to both admin settings and per node settings. notes will not be editable nor shown if this option is disabled. Existing notes will not be deleted. Default is on as this is the existing behaviour.

#7

Is there anyway to get Notes Per day in 6x?

#8

Yes: by implementing it yourself. Start by describing how the user interface is going to look like and what configuration options there will be. You can do so in a comment in this issue. Subsequently implement it in the 6.x-2.x branch, including any necessary changes to the install/update procedures and post it as a patch.

We will incorporate your patch if:
- it follows coding guidelines
- there is an upgrade path
- the feature is backwards compatible: in this case that probably means being optional.

You (and your company/client) will be properly attributed.

#9

I dont know the first thing about module coding.

#10

I dont know the first thing about module coding.

Then start with the first activities:
- specification of functionality
- specification of UI
- configuration options

#11

Version:7.x-2.x-dev» 7.x-3.x-dev
Status:postponed (maintainer needs more info)» active

Reactivating this issue for 7.x-3.x. Backporting to 6.x is out of the question.

We still would like input form others how to do this...

#12

here are my thought about the feature:

- What settings would it need
* enable / disables display of note per week and / or day per role (in my case the authenticated user needs to have it shown, even better by a total list of all notes from all items - i'm building a reservations system, the anonymous user should not be able to see the notes)
- Would you like to be able to disable weekly notes (or at least to not having them rendered)
* yes
- How to allow to hide all of this for people that do not need this
* in the drupal permissions system
- Storage
* per calendar per content item (??)
- Display (on hover only or do you want an indication in the cell that there is additional information, e.g. like the small red triangle in the corner of an Excel cell)
* can it me made into a setting?

hope this helps

#13

@ronajon: did you already have a look at the Rooms module. It looks like your notes resemble booking information. That module has more distinct displays for admin versus visitor. But currently it assumes 1 admin to handle all accommodation which does not fit the rental sites but might fit your situation.

Thanks for the input.

#14

#1313872: Improving the CSS styles and calendar display. posts some CSS that can be useful for this issue, so cross-linking as a reminder.

nobody click here